Example usage for Java com.lowagie.text Section fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | add(Object o) Adds a Paragraph , List , Table or another Section to this Section . |
Section | addSection(float indentation, Paragraph title) Creates a Section , adds it to this Section and returns it. |
Section | addSection(Paragraph title, int numberDepth) Creates a Section , add it to this Section and returns it. |
Section | addSection(String title, int numberDepth) Adds a Section to this Section and returns it. |
Section | addSection(float indentation, String title) Adds a Section to this Section and returns it. |
Section | addSection(Paragraph title) Creates a Section , adds it to this Section and returns it. |
Section | addSection(String title) Adds a Section to this Section and returns it. |
void | setComplete(boolean complete) |
void | setIndentation(float indentation) Sets the indentation of the content of this Section . |
void | setIndentationLeft(float indentation) Sets the indentation of this Section on the left side. |
void | setIndentationRight(float indentation) Sets the indentation of this Section on the right side. |
void | setNumberDepth(int numberDepth) Sets the depth of the sectionnumbers that will be shown preceding the title. |