Uses of Class
com.lowagie.text.Section
Packages that use Section
Package
Description
-
Uses of Section in com.lowagie.text
Subclasses of Section in com.lowagie.textModifier and TypeClassDescriptionclass
AChapter
is a specialSection
.class
Chapter 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 thisSection
and returns it.Section.addSection
(float indentation, Paragraph title, int numberDepth) Creates aSection
, adds it to thisSection
and returns it.Section.addSection
(float indentation, String title) Adds aSection
to thisSection
and returns it.Section.addSection
(float indentation, String title, int numberDepth) Adds aSection
to thisSection
and returns it.Section.addSection
(Paragraph title) Creates aSection
, adds it to thisSection
and returns it.Section.addSection
(Paragraph title, int numberDepth) Creates aSection
, add it to thisSection
and returns it.Section.addSection
(String title) Adds aSection
to thisSection
and returns it.Section.addSection
(String title, int numberDepth) Adds aSection
to thisSection
and 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 Section
ElementFactory.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 Section
ElementFactory.getSection
(Section parent, Properties attributes) Creates a Section object based on a list of properties.private static void
ElementFactory.setSectionParameters
(Section section, Properties attributes) Helper method to create a Chapter/Section object. -
Uses of Section in com.lowagie.text.html
Methods in com.lowagie.text.html with parameters of type SectionModifier and TypeMethodDescriptionprotected void
HtmlWriter.writeSection
(Section section, int indent) Writes the HTML representation of a section. -
Uses of Section in com.lowagie.toolbox.plugins
Methods in com.lowagie.toolbox.plugins that return SectionModifier and TypeMethodDescriptionprivate static Section
Adds a line with the title and an anchor.Methods in com.lowagie.toolbox.plugins with parameters of type SectionModifier and TypeMethodDescriptionprivate static void
Recursive method to write Bookmark titles to the System.out.private static Section
Adds a line with the title and an anchor.