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 ContentEntry
ConverterResult. getBibliographyFile()
Get the entry which contains the bibliographyContentEntry
ConverterResult. getCoverFile()
Get the entry which contains the cover (which usually will contain a cover image)ContentEntry
ConverterResult. getCoverImageFile()
Get the entry which contains the actual cover imageContentEntry
ConverterResult. getIndexFile()
Get the entry which contains the alphabetical indexContentEntry
ConverterResult. getLofFile()
Get the entry which contains the list of figuresContentEntry
ConverterResult. getLotFile()
Get the entry which contains the list of tablesContentEntry
ConverterResult. 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)ContentEntry
ConverterResult. getTitlePageFile()
Get the entry which contains the table pageContentEntry
ConverterResult. 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 class
ContentEntryImpl
Methods in writer2latex.base that return ContentEntry Modifier and Type Method Description ContentEntry
ConverterResultImpl. getBibliographyFile()
ContentEntry
ConverterResultImpl. getCoverFile()
ContentEntry
ConverterResultImpl. getCoverImageFile()
ContentEntry
ConverterResultImpl. getIndexFile()
ContentEntry
ConverterResultImpl. getLofFile()
ContentEntry
ConverterResultImpl. getLotFile()
ContentEntry
ConverterResultImpl. getTextFile()
ContentEntry
ConverterResultImpl. getTitlePageFile()
ContentEntry
ConverterResultImpl. 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 void
ConverterResultImpl. addContentEntry(ContentEntry entry)
Add an entry to the "external" table of contentsvoid
ConverterResultImpl. setBibliographyFile(ContentEntry entry)
Define the entry which contains the bibliographyvoid
ConverterResultImpl. setCoverFile(ContentEntry entry)
Define the entry which contains the covervoid
ConverterResultImpl. setCoverImageFile(ContentEntry entry)
Define the entry which contains the cover imagevoid
ConverterResultImpl. setIndexFile(ContentEntry entry)
Define the entry which contains the alphabetical indexvoid
ConverterResultImpl. setLofFile(ContentEntry entry)
Define the entry which contains the list of figuresvoid
ConverterResultImpl. setLotFile(ContentEntry entry)
Define the entry which contains the list of tablesvoid
ConverterResultImpl. setTextFile(ContentEntry entry)
Define the entry which contains the main text filevoid
ConverterResultImpl. setTitlePageFile(ContentEntry entry)
Define the entry which contains the title pagevoid
ConverterResultImpl. setTocFile(ContentEntry entry)
Define the entry which contains the table of contents
-