Uses of Class
com.lowagie.text.Section
Packages that use Section
-
Uses of Section in com.lowagie.text
Subclasses of Section in com.lowagie.textModifier and TypeClassDescriptionclassAChapteris a specialSection.classChapter with auto numbering.Methods in com.lowagie.text that return SectionModifier and TypeMethodDescriptionChapterAutoNumber.addSection(Paragraph title) Create a new section for this chapter and add it.ChapterAutoNumber.addSection(String title) Create a new section for this chapter and ad 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(float indentation, String title) Adds aSectionto thisSectionand returns it.Section.addSection(float indentation, 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.Section.addSection(String title) Adds aSectionto thisSectionand returns it.Section.addSection(String title, int numberDepth) Adds aSectionto thisSectionand returns it.Constructors in com.lowagie.text with parameters of type SectionModifierConstructorDescriptionMarkedSection(Section section) Creates a MarkedObject with a Section or Chapter object. -
Uses of Section in com.lowagie.text.factories
Methods in com.lowagie.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 com.lowagie.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 com.lowagie.text.html
Methods in com.lowagie.text.html with parameters of type SectionModifier and TypeMethodDescriptionprotected voidHtmlWriter.writeSection(Section section, int indent) Writes the HTML representation of a section.