Uses of Class
com.itextpdf.layout.Document
Packages that use Document
-
Uses of Document in com.itextpdf.layout
Methods in com.itextpdf.layout that return DocumentModifier and TypeMethodDescriptionTerminates the current element, usually a page.Document.add(IBlockElement element) Document.add(SectionBreak sectionBreak) Terminates the current page if it's not the first one in the document.Document.setPageMargins(int pageNumber, PageMarginBoxes margins) Sets page margins for page with provided number.Document.setPageMargins(Function<Integer, PageMarginBoxes> function) Sets page margins for page based on provided function for page number.Document.setPageMargins(Predicate<Integer> condition, PageMarginBoxes margins) Sets page margins for page based on provided condition for page number.Constructors in com.itextpdf.layout with parameters of type DocumentModifierConstructorDescriptionColumnDocumentRenderer(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
Methods in com.itextpdf.layout.element with parameters of type DocumentModifier and TypeMethodDescriptionvoidILargeElement.setDocument(Document document) Sets the document this element is bound to.voidTable.setDocument(Document document) -
Uses of Document in com.itextpdf.layout.renderer
Fields in com.itextpdf.layout.renderer declared as DocumentConstructors in com.itextpdf.layout.renderer with parameters of type DocumentModifierConstructorDescriptionDocumentRenderer(Document document) DocumentRenderer(Document document, boolean immediateFlush)