Uses of Class
org.openpdf.text.Section
Packages that use Section
-
Uses of Section in org.openpdf.text
Subclasses of Section in org.openpdf.textModifier and TypeClassDescriptionclassAChapteris a specialSection.classChapter with auto numbering.Methods in org.openpdf.text that return SectionModifier and TypeMethodDescriptionChapterAutoNumber.addSection(String title) Create a new section for this chapter and ad it.ChapterAutoNumber.addSection(Paragraph title) Create a new section for this chapter and add it.Section.addSection(float indentation, String title) Adds aSectionto thisSectionand returns it.Section.addSection(float indentation, String title, int numberDepth) Adds aSectionto thisSectionand returns it.Section.addSection(float indentation, Paragraph title) Creates aSection, adds it to thisSectionand returns it.Section.addSection(float indentation, Paragraph title, int numberDepth) Creates aSection, adds it to thisSectionand returns it.Section.addSection(String title) Adds aSectionto thisSectionand returns it.Section.addSection(String title, int numberDepth) Adds aSectionto thisSectionand returns it.Section.addSection(Paragraph title) Creates aSection, adds it to thisSectionand returns it.Section.addSection(Paragraph title, int numberDepth) Creates aSection, add it to thisSectionand returns it.Constructors in org.openpdf.text with parameters of type SectionModifierConstructorDescriptionMarkedSection(Section section) Creates a MarkedObject with a Section or Chapter object. -
Uses of Section in org.openpdf.text.factories
Methods in org.openpdf.text.factories that return SectionModifier and TypeMethodDescriptionstatic SectionElementFactory.getSection(Section parent, Properties attributes) Creates a Section object based on a list of properties.Methods in org.openpdf.text.factories with parameters of type SectionModifier and TypeMethodDescriptionstatic SectionElementFactory.getSection(Section parent, Properties attributes) Creates a Section object based on a list of properties. -
Uses of Section in org.openpdf.text.html
Methods in org.openpdf.text.html with parameters of type SectionModifier and TypeMethodDescriptionprotected voidHtmlWriter.writeSection(Section section, int indent) Deprecated.Writes the HTML representation of a section.