Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.Document
Packages that use Document
-
Uses of Document in com.gitlab.pdftk_java.com.lowagie.text.pdf
Subclasses of Document in com.gitlab.pdftk_java.com.lowagie.text.pdfModifier and TypeClassDescription(package private) class
PdfDocument
is the class that is used byPdfWriter
to translate aDocument
into a PDF with different pages.Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as DocumentMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type DocumentModifier and TypeMethodDescriptionvoid
PdfPageEvent.onChapter
(PdfWriter writer, Document document, float paragraphPosition, Paragraph title) Called when a Chapter is written.void
PdfPageEventHelper.onChapter
(PdfWriter writer, Document document, float paragraphPosition, Paragraph title) Called when a Chapter is written.void
PdfPageEvent.onChapterEnd
(PdfWriter writer, Document document, float paragraphPosition) Called when the end of a Chapter is reached.void
PdfPageEventHelper.onChapterEnd
(PdfWriter writer, Document document, float position) Called when the end of a Chapter is reached.void
PdfPageEvent.onCloseDocument
(PdfWriter writer, Document document) Called when the document is closed.void
PdfPageEventHelper.onCloseDocument
(PdfWriter writer, Document document) Called when the document is closed.void
Called when a page is finished, just before being written to the document.void
Called when a page is finished, just before being written to the document.void
PdfPageEvent.onGenericTag
(PdfWriter writer, Document document, Rectangle rect, String text) Called when aChunk
with a generic tag is written.void
PdfPageEventHelper.onGenericTag
(PdfWriter writer, Document document, Rectangle rect, String text) Called when aChunk
with a generic tag is written.void
PdfPageEvent.onOpenDocument
(PdfWriter writer, Document document) Called when the document is opened.void
PdfPageEventHelper.onOpenDocument
(PdfWriter writer, Document document) Called when the document is opened.void
PdfPageEvent.onParagraph
(PdfWriter writer, Document document, float paragraphPosition) Called when a Paragraph is written.void
PdfPageEventHelper.onParagraph
(PdfWriter writer, Document document, float paragraphPosition) Called when a Paragraph is written.void
PdfPageEvent.onParagraphEnd
(PdfWriter writer, Document document, float paragraphPosition) Called when a Paragraph is written.void
PdfPageEventHelper.onParagraphEnd
(PdfWriter writer, Document document, float paragraphPosition) Called when a Paragraph is written.void
PdfPageEvent.onSection
(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title) Called when a Section is written.void
PdfPageEventHelper.onSection
(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title) Called when a Section is written.void
PdfPageEvent.onSectionEnd
(PdfWriter writer, Document document, float paragraphPosition) Called when the end of a Section is reached.void
PdfPageEventHelper.onSectionEnd
(PdfWriter writer, Document document, float position) Called when the end of a Section is reached.void
PdfPageEvent.onStartPage
(PdfWriter writer, Document document) Called when a page is initialized.void
PdfPageEventHelper.onStartPage
(PdfWriter writer, Document document) Called when a page is initialized.Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type Document