java.lang.Object
com.justifiedsolutions.openpdf.pdf.Section
com.justifiedsolutions.openpdf.pdf.Chapter

public class Chapter
extends Section
A Chapter is a specialization of a Section that can only be created by a Document. If a Document has Chapters it cannot have any other type of Content directly added to it. A new Chapter always starts a new page in the Document.
See Also:
Document, Section