- onChapter
Called when a Chapter is written.position will hold the height at which the chapter will be written
- onChapterEnd
Called when the end of a Chapter is reached.position will hold the height of the end of the chapter.
- onCloseDocument
Called when the document is closed. Note that this method is called with the
page number equal to th
- onGenericTag
Called when a Chunk with a generic tag is written. It is useful to pinpoint the Chunk location to ge
- onOpenDocument
Called when the document is opened.
- onParagraph
Called when a Paragraph is written.paragraphPosition will hold the height at which the paragraph wil
- onParagraphEnd
Called when a Paragraph is written.paragraphPosition will hold the height of the end of the paragrap
- onSection
Called when a Section is written.position will hold the height at which the section will be written
- onSectionEnd
Called when the end of a Section is reached.position will hold the height of the section end.
- onStartPage
Called when a page is initialized. Note that if even if a page is not written
this method is still c