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 DocumentPart
PDF. getDocumentPart()
Return the rootDocumentPart
, which will never be null but which will beempty
unless this file uses DocumentPartsDocumentPart
PDFPage. getDocumentPart()
Return theDocumentPart
this page belongs to, or null if it doesn't belong to anyDocumentPart
DocumentPart. getParent()
Return the parent DocumentPart if this object has one, ornull
if 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.
-