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 TypeMethodDescriptionvoidConverterResultImpl.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