Uses of Class
com.lowagie.text.Section

Packages that use Section
com.lowagie.text   
com.lowagie.text.factories   
com.lowagie.text.html   
com.lowagie.text.rtf.text   
 

Uses of Section in com.lowagie.text
 

Subclasses of Section in com.lowagie.text
 class Chapter
          A Chapter is a special Section.
 class ChapterAutoNumber
          Chapter with auto numbering.
 

Methods in com.lowagie.text that return Section
 Section Section.addSection(float indentation, Paragraph title)
          Creates a Section, adds it to this Section and returns it.
 Section Section.addSection(float indentation, Paragraph title, int numberDepth)
          Creates a Section, adds it to this Section and returns it.
 Section Section.addSection(float indentation, String title)
          Adds a Section to this Section and returns it.
 Section Section.addSection(float indentation, String title, int numberDepth)
          Adds a Section to this Section and returns it.
 Section Section.addSection(Paragraph title)
          Creates a Section, adds it to this Section and returns it.
 Section ChapterAutoNumber.addSection(Paragraph title)
          Create a new section for this chapter and add it.
 Section Section.addSection(Paragraph title, int numberDepth)
          Creates a Section, add it to this Section and returns it.
 Section Section.addSection(String title)
          Adds a Section to this Section and returns it.
 Section ChapterAutoNumber.addSection(String title)
          Create a new section for this chapter and ad it.
 Section Section.addSection(String title, int numberDepth)
          Adds a Section to this Section and returns it.
 

Constructors in com.lowagie.text with parameters of type Section
MarkedSection(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 Section
static 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 Section
static Section ElementFactory.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 Section
protected  void HtmlWriter.writeSection(Section section, int indent)
          Writes the HTML representation of a section.
 

Uses of Section in com.lowagie.text.rtf.text
 

Constructors in com.lowagie.text.rtf.text with parameters of type Section
RtfSection(RtfDocument doc, Section section)
          Constructs a RtfSection for a given Section.
 



Copyright © 2012. All Rights Reserved.