Uses of Class
com.itextpdf.text.Section
-
Packages that use Section Package Description com.itextpdf.text com.itextpdf.text.factories com.itextpdf.text.html -
-
Uses of Section in com.itextpdf.text
Subclasses of Section in com.itextpdf.text Modifier and Type Class Description classChapterAChapteris a specialSection.classChapterAutoNumberChapter with auto numbering.Methods in com.itextpdf.text that return Section Modifier and Type Method Description SectionChapterAutoNumber. addSection(Paragraph title)Create a new section for this chapter and add it.SectionChapterAutoNumber. addSection(java.lang.String title)Create a new section for this chapter and ad it.SectionSection. addSection(float indentation, Paragraph title)Creates aSection, adds it to thisSectionand returns it.SectionSection. addSection(float indentation, Paragraph title, int numberDepth)Creates aSection, adds it to thisSectionand returns it.SectionSection. addSection(float indentation, java.lang.String title)Adds aSectionto thisSectionand returns it.SectionSection. addSection(float indentation, java.lang.String title, int numberDepth)Adds aSectionto thisSectionand returns it.SectionSection. addSection(Paragraph title)Creates aSection, adds it to thisSectionand returns it.SectionSection. addSection(Paragraph title, int numberDepth)Creates aSection, add it to thisSectionand returns it.SectionSection. addSection(java.lang.String title)Adds aSectionto thisSectionand returns it.SectionSection. addSection(java.lang.String title, int numberDepth)Adds aSectionto thisSectionand returns it.Constructors in com.itextpdf.text with parameters of type Section Constructor Description MarkedSection(Section section)Creates a MarkedObject with a Section or Chapter object. -
Uses of Section in com.itextpdf.text.factories
Methods in com.itextpdf.text.factories that return Section Modifier and Type Method Description static SectionElementFactory. getSection(Section parent, java.util.Properties attributes)Creates a Section object based on a list of properties.Methods in com.itextpdf.text.factories with parameters of type Section Modifier and Type Method Description static SectionElementFactory. getSection(Section parent, java.util.Properties attributes)Creates a Section object based on a list of properties. -
Uses of Section in com.itextpdf.text.html
Methods in com.itextpdf.text.html with parameters of type Section Modifier and Type Method Description protected voidHtmlWriter. writeSection(Section section, int indent)Writes the HTML representation of a section.
-