Example usage for Java com.itextpdf.text Chapter fields, constructors, methods, implement or subclass
The text is from its open source code.
Chapter(Paragraph title, int number) Constructs a new Chapter . | |
Chapter(String title, int number) Constructs a new Chapter . | |
Chapter(int number) Constructs a new Chapter . |
boolean | add(final Element element) Adds a Paragraph , List , Table or another Section to this Section . |
Section | addSection(final Paragraph title) Creates a Section , adds it to this Section and returns it. |
Section | addSection(final float indentation, final Paragraph title) Creates a Section , adds it to this Section and returns it. |
Paragraph | getTitle() Returns the title, preceded by a certain number of sectionnumbers. |
void | setComplete(final boolean complete) |
void | setNumberDepth(final int numberDepth) Sets the depth of the sectionnumbers that will be shown preceding the title. |
void | setTitle(final Paragraph title) Sets the title of this section. |
void | setTriggerNewPage(final boolean triggerNewPage) Setter for property triggerNewPage. |