Uses of Interface
writer2latex.api.ContentEntry
Packages that use ContentEntry
-
Uses of ContentEntry in writer2latex.api
Methods in writer2latex.api that return ContentEntryModifier and TypeMethodDescriptionConverterResult.getBibliographyFile()
Get the entry which contains the bibliographyConverterResult.getCoverFile()
Get the entry which contains the cover (which usually will contain a cover image)ConverterResult.getCoverImageFile()
Get the entry which contains the actual cover imageConverterResult.getIndexFile()
Get the entry which contains the alphabetical indexConverterResult.getLofFile()
Get the entry which contains the list of figuresConverterResult.getLotFile()
Get the entry which contains the list of tablesConverterResult.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)ConverterResult.getTitlePageFile()
Get the entry which contains the table pageConverterResult.getTocFile()
Get the entry which contains the table of contentsMethods in writer2latex.api that return types with arguments of type ContentEntryModifier and TypeMethodDescriptionConverterResult.getContent()
Get the content table (based on headings) for thisConverterResult
-
Uses of ContentEntry in writer2latex.base
Classes in writer2latex.base that implement ContentEntryMethods in writer2latex.base that return ContentEntryModifier and TypeMethodDescriptionConverterResultImpl.getBibliographyFile()
ConverterResultImpl.getCoverFile()
ConverterResultImpl.getCoverImageFile()
ConverterResultImpl.getIndexFile()
ConverterResultImpl.getLofFile()
ConverterResultImpl.getLotFile()
ConverterResultImpl.getTextFile()
ConverterResultImpl.getTitlePageFile()
ConverterResultImpl.getTocFile()
Methods in writer2latex.base that return types with arguments of type ContentEntryMethods in writer2latex.base with parameters of type ContentEntryModifier and TypeMethodDescriptionvoid
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