Uses of Class
org.faceless.pdf2.DocumentPart
-
Packages that use DocumentPart Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of DocumentPart in org.faceless.pdf2
Methods in org.faceless.pdf2 that return DocumentPart Modifier and Type Method Description DocumentPartPDF. getDocumentPart()Return the rootDocumentPart, which will never be null but which will beemptyunless this file uses DocumentPartsDocumentPartPDFPage. getDocumentPart()Return theDocumentPartthis page belongs to, or null if it doesn't belong to anyDocumentPartDocumentPart. getParent()Return the parent DocumentPart if this object has one, ornullif it is the root or is not yet connected to a treeMethods in org.faceless.pdf2 that return types with arguments of type DocumentPart Modifier and Type Method Description List<DocumentPart>DocumentPart. getDocumentParts()Return the list of child DocumentParts that belong to this DocumentPart.
-