The PDF Builder provides the following objects:
-
PDFObject
PDFObject is the ancestor object of all the other PDF Builder objects. To view the full hierarchy of the PDF Builder objects, find "pdfobject" in the Browser, right-click the object, and then select "Show Hierarchy" in the pop-up menu.
-
PDFObject has these immediate child objects: PDFContext, PDFDocExtractor and PDFModel objects.
-
PDFModel has these immediate child objects:
-
PDFAttachment, PDFColor, PDFContent, PDFDocument, PDFDocumentProperties, PDFFont, PDFPage, PDFSecurity, PDFTableOfContents, PDFTableOfContentsItem, PDFTextBlock, PDFTextLayout, PDFWatermark;
-
PDFContent has these immediate child objects: PDFInvisibleContent, and PDFVisibleContent;
-
PDFVisibleContent has these immediate child objects: PDFImage, PDFImportContent, PDFMultilineText, PDFRichText, PDFSharedText, and PDFText.
-