Uses of Class
com.aowagie.text.Section
-
Packages that use Section Package Description com.aowagie.text com.aowagie.text.factories -
-
Uses of Section in com.aowagie.text
Subclasses of Section in com.aowagie.text Modifier and Type Class Description class
Chapter
AChapter
is a specialSection
.class
ChapterAutoNumber
Chapter with auto numbering.Methods in com.aowagie.text that return Section Modifier and Type Method Description Section
ChapterAutoNumber. addSection(Paragraph title)
Create a new section for this chapter and add it.Section
ChapterAutoNumber. addSection(java.lang.String title)
Create a new section for this chapter and ad it.Section
Section. addSection(float indentation, Paragraph title)
Creates aSection
, adds it to thisSection
and returns it.Section
Section. addSection(float indentation, Paragraph title, int numberDepth)
Creates aSection
, adds it to thisSection
and returns it.Section
Section. addSection(float indentation, java.lang.String title)
Adds aSection
to thisSection
and returns it.Section
Section. addSection(float indentation, java.lang.String title, int numberDepth)
Adds aSection
to thisSection
and returns it.Section
Section. addSection(Paragraph title)
Creates aSection
, adds it to thisSection
and returns it.Section
Section. addSection(Paragraph title, int numberDepth)
Creates aSection
, add it to thisSection
and returns it.Section
Section. addSection(java.lang.String title)
Adds aSection
to thisSection
and returns it.Section
Section. addSection(java.lang.String title, int numberDepth)
Adds aSection
to thisSection
and returns it.Constructors in com.aowagie.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.aowagie.text.factories
Methods in com.aowagie.text.factories that return Section Modifier and Type Method Description static Section
ElementFactory. getSection(Section parent, java.util.Properties attributes)
Creates a Section object based on a list of properties.Methods in com.aowagie.text.factories with parameters of type Section Modifier and Type Method Description static Section
ElementFactory. getSection(Section parent, java.util.Properties attributes)
Creates a Section object based on a list of properties.private static void
ElementFactory. setSectionParameters(Section section, java.util.Properties attributes)
Helper method to create a Chapter/Section object.
-