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:
-
PDFAction, PDFAttachment, PDFColor, PDFContent, PDFDocument, PDFDocumentProperties, PDFFont, PDFFormFieldGroup, PDFPage, PDFSecurity, PDFTableOfContents, PDFTableOfContentsItem, PDFTextBlock, PDFTextLayout, PDFWatermark;
-
PDFAction has these immediate child objects: PDFActionJavaScript, PDFActionNamed, PDFActionResetForm.
-
-
PDFContent has these immediate child objects: PDFInvisibleContent, and PDFVisibleContent;
-
PDFVisibleContent has these immediate child objects:PDFFormField, PDFImage, PDFImportContent, PDFMultilineText, PDFRichText, PDFSharedText, and PDFText.
-
PDFFormField has these immediate child objects: PDFFormFieldCheckBox, PDFFormFieldComboBox, PDFFormFieldListBox, PDFFormFieldPushButton, PDFFormFieldRadioButton, and PDFFormFieldText.
-
-
-
PDFFormFieldGroup has one immediate child object: PDFFormFieldRadioButtonGroup.
-
-
Note
PDF Builder objects do not support multi-threading.