Uses of Class
com.itextpdf.layout.Document
-
Uses of Document in com.itextpdf.layout
Modifier and TypeMethodDescriptionTerminates the current element, usually a page.Document.add
(IBlockElement element) ModifierConstructorDescriptionColumnDocumentRenderer
(Document document, boolean immediateFlush, Rectangle[] columns) Creates a ColumnDocumentRenderer whose elements need not be flushed immediately.ColumnDocumentRenderer
(Document document, Rectangle[] columns) Creates a ColumnDocumentRenderer. -
Uses of Document in com.itextpdf.layout.element
Modifier and TypeMethodDescriptionvoid
ILargeElement.setDocument
(Document document) Sets the document this element is bound to.void
Table.setDocument
(Document document) -
Uses of Document in com.itextpdf.layout.renderer
ModifierConstructorDescriptionDocumentRenderer
(Document document) DocumentRenderer
(Document document, boolean immediateFlush)