Java com.itextpdf.text Chapter fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text Chapter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text Chapter.

The text is from its open source code.

Subclass

com.itextpdf.text.Chapter has subclasses.
Click this link to see all its subclasses.

Constructor

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.

Method

booleanadd(final Element element)
Adds a Paragraph, List, Table or another Section to this Section.
SectionaddSection(final Paragraph title)
Creates a Section, adds it to this Section and returns it.
SectionaddSection(final float indentation, final Paragraph title)
Creates a Section, adds it to this Section and returns it.
ParagraphgetTitle()
Returns the title, preceded by a certain number of sectionnumbers.
voidsetComplete(final boolean complete)
voidsetNumberDepth(final int numberDepth)
Sets the depth of the sectionnumbers that will be shown preceding the title.
voidsetTitle(final Paragraph title)
Sets the title of this section.
voidsetTriggerNewPage(final boolean triggerNewPage)
Setter for property triggerNewPage.