Uses of Interface
writer2latex.api.ContentEntry
-
Packages that use ContentEntry Package Description writer2latex.api writer2latex.base -
-
Uses of ContentEntry in writer2latex.api
Methods in writer2latex.api that return ContentEntry Modifier and Type Method Description ContentEntryConverterResult. getBibliographyFile()Get the entry which contains the bibliographyContentEntryConverterResult. getCoverFile()Get the entry which contains the cover (which usually will contain a cover image)ContentEntryConverterResult. getCoverImageFile()Get the entry which contains the actual cover imageContentEntryConverterResult. getIndexFile()Get the entry which contains the alphabetical indexContentEntryConverterResult. getLofFile()Get the entry which contains the list of figuresContentEntryConverterResult. getLotFile()Get the entry which contains the list of tablesContentEntryConverterResult. getTextFile()Get the entry which contains the start of the actual text (the first chapter, or simply the start of the document if there are no headings)ContentEntryConverterResult. getTitlePageFile()Get the entry which contains the table pageContentEntryConverterResult. getTocFile()Get the entry which contains the table of contentsMethods in writer2latex.api that return types with arguments of type ContentEntry Modifier and Type Method Description java.util.List<ContentEntry>ConverterResult. getContent()Get the content table (based on headings) for thisConverterResult -
Uses of ContentEntry in writer2latex.base
Classes in writer2latex.base that implement ContentEntry Modifier and Type Class Description classContentEntryImplMethods in writer2latex.base that return ContentEntry Modifier and Type Method Description ContentEntryConverterResultImpl. getBibliographyFile()ContentEntryConverterResultImpl. getCoverFile()ContentEntryConverterResultImpl. getCoverImageFile()ContentEntryConverterResultImpl. getIndexFile()ContentEntryConverterResultImpl. getLofFile()ContentEntryConverterResultImpl. getLotFile()ContentEntryConverterResultImpl. getTextFile()ContentEntryConverterResultImpl. getTitlePageFile()ContentEntryConverterResultImpl. getTocFile()Methods in writer2latex.base that return types with arguments of type ContentEntry Modifier and Type Method Description java.util.List<ContentEntry>ConverterResultImpl. getContent()Methods in writer2latex.base with parameters of type ContentEntry Modifier and Type Method Description voidConverterResultImpl. addContentEntry(ContentEntry entry)Add an entry to the "external" table of contentsvoidConverterResultImpl. setBibliographyFile(ContentEntry entry)Define the entry which contains the bibliographyvoidConverterResultImpl. setCoverFile(ContentEntry entry)Define the entry which contains the covervoidConverterResultImpl. setCoverImageFile(ContentEntry entry)Define the entry which contains the cover imagevoidConverterResultImpl. setIndexFile(ContentEntry entry)Define the entry which contains the alphabetical indexvoidConverterResultImpl. setLofFile(ContentEntry entry)Define the entry which contains the list of figuresvoidConverterResultImpl. setLotFile(ContentEntry entry)Define the entry which contains the list of tablesvoidConverterResultImpl. setTextFile(ContentEntry entry)Define the entry which contains the main text filevoidConverterResultImpl. setTitlePageFile(ContentEntry entry)Define the entry which contains the title pagevoidConverterResultImpl. setTocFile(ContentEntry entry)Define the entry which contains the table of contents
-