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) classPdfDocumentis the class that is used byPdfWriterto translate aDocumentinto 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 TypeMethodDescriptionvoidPdfPageEvent.onChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title) Called when a Chapter is written.voidPdfPageEventHelper.onChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title) Called when a Chapter is written.voidPdfPageEvent.onChapterEnd(PdfWriter writer, Document document, float paragraphPosition) Called when the end of a Chapter is reached.voidPdfPageEventHelper.onChapterEnd(PdfWriter writer, Document document, float position) Called when the end of a Chapter is reached.voidPdfPageEvent.onCloseDocument(PdfWriter writer, Document document) Called when the document is closed.voidPdfPageEventHelper.onCloseDocument(PdfWriter writer, Document document) Called when the document is closed.voidCalled when a page is finished, just before being written to the document.voidCalled when a page is finished, just before being written to the document.voidPdfPageEvent.onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text) Called when aChunkwith a generic tag is written.voidPdfPageEventHelper.onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text) Called when aChunkwith a generic tag is written.voidPdfPageEvent.onOpenDocument(PdfWriter writer, Document document) Called when the document is opened.voidPdfPageEventHelper.onOpenDocument(PdfWriter writer, Document document) Called when the document is opened.voidPdfPageEvent.onParagraph(PdfWriter writer, Document document, float paragraphPosition) Called when a Paragraph is written.voidPdfPageEventHelper.onParagraph(PdfWriter writer, Document document, float paragraphPosition) Called when a Paragraph is written.voidPdfPageEvent.onParagraphEnd(PdfWriter writer, Document document, float paragraphPosition) Called when a Paragraph is written.voidPdfPageEventHelper.onParagraphEnd(PdfWriter writer, Document document, float paragraphPosition) Called when a Paragraph is written.voidPdfPageEvent.onSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title) Called when a Section is written.voidPdfPageEventHelper.onSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title) Called when a Section is written.voidPdfPageEvent.onSectionEnd(PdfWriter writer, Document document, float paragraphPosition) Called when the end of a Section is reached.voidPdfPageEventHelper.onSectionEnd(PdfWriter writer, Document document, float position) Called when the end of a Section is reached.voidPdfPageEvent.onStartPage(PdfWriter writer, Document document) Called when a page is initialized.voidPdfPageEventHelper.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