Uses of Interface
org.apache.pdfbox.pdmodel.common.COSObjectable
-
Packages that use COSObjectable Package Description org.apache.pdfbox.cos These are the low level objects that make up a PDF document.org.apache.pdfbox.encoding This package contains the implementations for all of the encodings that are used in PDF documents.org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package.org.apache.pdfbox.pdmodel.common.filespecification The file specification package defines classes that are used for the PDF File Specification logic.org.apache.pdfbox.pdmodel.common.function This package contains functions that are available in the PDF specification.org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure The logical structure package provides a mechanism for incorporating structural information about a document's content into a PDF file.org.apache.pdfbox.pdmodel.documentinterchange.prepress This package contains classes for prepress support in PDFBox.org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf The tagged PDF package provides a mechanism for incorporating "tags" (standard structure types and attributes) into a PDF file.org.apache.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.pdmodel.graphics The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.org.apache.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.optionalcontent org.apache.pdfbox.pdmodel.graphics.pattern This package deals with patterns which are used instead of colors.org.apache.pdfbox.pdmodel.graphics.shading This package deals with shadings which are used for filling instead of a color.org.apache.pdfbox.pdmodel.graphics.xobject This package deals with images that are stored in a PDF document.org.apache.pdfbox.pdmodel.interactive.action This package represents actions that can be performed in a PDF document.org.apache.pdfbox.pdmodel.interactive.action.type This package contains all of the available PDF action types.org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements.org.apache.pdfbox.pdmodel.interactive.digitalsignature The digitial signature library will manage signatures that are stored in the PDF document.org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination The destination package allows destinations into a pdf document to be specified.org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline The outline package allows for a PDF outline(bookmarks) to be created.org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes that deal with interactive annotations such as textfields and buttons.org.apache.pdfbox.pdmodel.interactive.measurement The measurement package contains classes that work with elements specifying measure properties.org.apache.pdfbox.pdmodel.interactive.pagenavigation A package to allow provide access to PDF page navigation functionality.org.apache.pdfbox.pdmodel.interactive.viewerpreferences A package to allow access to document viewing preferences.org.apache.pdfbox.pdmodel.markedcontent org.apache.pdfbox.util This package contains utility classes that are used by the PDFBox project. -
-
Uses of COSObjectable in org.apache.pdfbox.cos
Classes in org.apache.pdfbox.cos that implement COSObjectable Modifier and Type Class Description classCOSArrayAn array of PDFBase objects as part of the PDF document.classCOSBaseThe base object that all objects in the PDF document will extend.classCOSBooleanThis class represents a boolean value in the PDF document.classCOSDictionaryThis class represents a dictionary where name/value pairs reside.classCOSDictionaryLateBindingclassCOSDocumentThis is the in-memory representation of the PDF document.classCOSFloatThis class represents a floating point number in a PDF document.classCOSIntegerThis class represents an integer number in a PDF document.classCOSNameThis class represents a PDF named object.classCOSNullThis class represents a null PDF object.classCOSNumberThis class represents an abstract number in a PDF document.classCOSObjectThis class represents a PDF object.classCOSStreamThis class represents a stream object in a PDF document.classCOSStringThis represents a string object in a PDF document.classCOSUnreadMethods in org.apache.pdfbox.cos with parameters of type COSObjectable Modifier and Type Method Description voidCOSArray. add(COSObjectable object)This will add an object to the array.voidCOSArray. set(int index, COSObjectable object)This will set an object at a specific index.voidCOSDictionary. setItem(java.lang.String key, COSObjectable value)This will set an item in the dictionary.voidCOSDictionary. setItem(COSName key, COSObjectable value)This will set an item in the dictionary. -
Uses of COSObjectable in org.apache.pdfbox.encoding
Classes in org.apache.pdfbox.encoding that implement COSObjectable Modifier and Type Class Description classAFMEncodingThis will handle the encoding from an AFM font.classDictionaryEncodingThis will perform the encoding from a dictionary.classEncodingThis is an interface to a text encoder.classMacOSRomanEncodingThis is the Mac OS Roman encoding, which is similar to the MacRomanEncoding with the addition of 15 entriesclassMacRomanEncodingThis is an interface to a text encoder.classPdfDocEncodingThis is an interface to a text encoder.classStandardEncodingThis is an interface to a text encoder.classType1EncodingThis class represents an encoding which was read from a type1 font.classWinAnsiEncodingThis the win ansi encoding. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel
Classes in org.apache.pdfbox.pdmodel that implement COSObjectable Modifier and Type Class Description classPDDestinationNameTreeNodeThis class holds all of the name trees that are available at the document level.classPDDocumentCatalogThis class represents the acroform of a PDF document.classPDDocumentInformationThis is the document metadata.classPDDocumentNameDestinationDictionaryThis encapsulates the "dictionary of names and corresponding destinations" for the /Dest entry in the document catalog.classPDDocumentNameDictionaryThis class holds all of the name trees that are available at the document level.classPDEmbeddedFilesNameTreeNodeThis class holds all of the name trees that are available at the document level.classPDJavascriptNameTreeNodeThis class holds all of the name trees that are available at the document level.classPDPageThis represents a single page in a PDF document.classPDPageNodeThis represents a page node in a pdf document.classPDResourcesThis represents a set of resources available at the page/pages/stream level.Methods in org.apache.pdfbox.pdmodel that return COSObjectable Modifier and Type Method Description protected COSObjectablePDDestinationNameTreeNode. convertCOSToPD(COSBase base)Method to convert the COS value in the name tree to the PD Model object.protected COSObjectablePDEmbeddedFilesNameTreeNode. convertCOSToPD(COSBase base)Method to convert the COS value in the name tree to the PD Model object.protected COSObjectablePDJavascriptNameTreeNode. convertCOSToPD(COSBase base)Method to convert the COS value in the name tree to the PD Model object. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.common
Subinterfaces of COSObjectable in org.apache.pdfbox.pdmodel.common Modifier and Type Interface Description interfacePDDestinationOrActionThis is an interface used for some elements such as the document OpenAction that can be either a Destination or an Action.Classes in org.apache.pdfbox.pdmodel.common that implement COSObjectable Modifier and Type Class Description classCOSStreamArrayThis will take an array of streams and sequence them together.classPDDictionaryWrapperA wrapper for a COS dictionary.classPDMatrixThis class will be used for matrix manipulation.classPDMemoryStreamA PDStream represents a stream in a PDF document.classPDMetadataThis class represents metadata for various objects in a PDF document.classPDNameTreeNodeThis class represents a PDF Name tree.classPDNumberTreeNodeThis class represents a PDF Number tree.classPDObjectStreamA PDStream represents a stream in a PDF document.classPDPageLabelRangeContains information for a page label range.classPDPageLabelsRepresents the page label dictionary of a document.classPDRangeThis class will be used to signify a range.classPDRectangleThis represents a rectangle in a PDF document.classPDStreamA PDStream represents a stream in a PDF document.classPDTextStreamA PDTextStream class is used when the PDF specification supports either a string or a stream for the value of an object.classPDTypedDictionaryWrapperA wrapper for a COS dictionary including Type information.Methods in org.apache.pdfbox.pdmodel.common that return COSObjectable Modifier and Type Method Description protected COSObjectablePDNameTreeNode. convertCOSToPD(COSBase base)Method to convert the COS value in the name tree to the PD Model object.protected COSObjectablePDNumberTreeNode. convertCOSToPD(COSBase base)Method to convert the COS value in the name tree to the PD Model object.Methods in org.apache.pdfbox.pdmodel.common that return types with arguments of type COSObjectable Modifier and Type Method Description java.util.Map<java.lang.String,COSObjectable>PDNameTreeNode. getNames()This will return a map of names on this level.java.util.Map<java.lang.Integer,COSObjectable>PDNumberTreeNode. getNumbers()This will return a map of numbers.Method parameters in org.apache.pdfbox.pdmodel.common with type arguments of type COSObjectable Modifier and Type Method Description voidPDNameTreeNode. setNames(java.util.Map<java.lang.String,? extends COSObjectable> names)Set the names of for this node.voidPDNumberTreeNode. setNumbers(java.util.Map<java.lang.Integer,? extends COSObjectable> numbers)Set the names of for this node.Constructor parameters in org.apache.pdfbox.pdmodel.common with type arguments of type COSObjectable Constructor Description PDNameTreeNode(java.lang.Class<? extends COSObjectable> valueClass)Constructor.PDNameTreeNode(COSDictionary dict, java.lang.Class<? extends COSObjectable> valueClass)Constructor.PDNumberTreeNode(java.lang.Class<? extends COSObjectable> valueClass)Constructor.PDNumberTreeNode(COSDictionary dict, java.lang.Class<? extends COSObjectable> valueClass)Constructor. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.common.filespecification
Classes in org.apache.pdfbox.pdmodel.common.filespecification that implement COSObjectable Modifier and Type Class Description classPDComplexFileSpecificationThis represents a file specification.classPDEmbeddedFileThis represents an embedded file in a file specification.classPDFileSpecificationThis represents a file specification.classPDSimpleFileSpecificationA file specification that is just a string. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.common.function
Classes in org.apache.pdfbox.pdmodel.common.function that implement COSObjectable Modifier and Type Class Description classPDFunctionThis class represents a function in a PDF document.classPDFunctionType0This class represents a type 0 function in a PDF document.classPDFunctionType2This class represents a type 2 function in a PDF document.classPDFunctionType3This class represents a type 3 function in a PDF document.classPDFunctionType4This class represents a type 4 function in a PDF document. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Classes in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that implement COSObjectable Modifier and Type Class Description classPDAttributeObjectAn attribute object.classPDDefaultAttributeObjectA default attribute object.classPDMarkedContentReferenceA marked-content reference.classPDMarkInfoThe MarkInfo provides additional information relevant to specialized uses of structured documents.classPDObjectReferenceAn object reference.classPDStructureElementA structure element.classPDStructureNodeA node in the structure tree.classPDStructureTreeRootA root of a structure tree.classPDUserAttributeObjectA User attribute object.classPDUserPropertyA user property.Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return COSObjectable Modifier and Type Method Description COSObjectablePDObjectReference. getReferencedObject()Gets a higher-level object for the referenced object.Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type COSObjectable Modifier and Type Method Description protected voidPDStructureNode. appendObjectableKid(COSObjectable objectable)Appends an objectable kid.protected voidPDStructureNode. insertObjectableBefore(COSObjectable newKid, java.lang.Object refKid)Inserts an objectable kid before a reference kid.protected booleanPDStructureNode. removeObjectableKid(COSObjectable objectable)Removes an objectable kid. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.documentinterchange.prepress
Classes in org.apache.pdfbox.pdmodel.documentinterchange.prepress that implement COSObjectable Modifier and Type Class Description classPDBoxStyleThe Box Style specifies visual characteristics for displaying box areas. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf
Classes in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf that implement COSObjectable Modifier and Type Class Description classPDExportFormatAttributeObjectAn Export Format attribute object.classPDFourColoursAn object for four colours.classPDLayoutAttributeObjectA Layout attribute object.classPDListAttributeObjectA List attribute object.classPDPrintFieldAttributeObjectA PrintField attribute object.classPDStandardAttributeObjectA standard attribute object.classPDTableAttributeObjectA Table attribute object. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.fdf
Classes in org.apache.pdfbox.pdmodel.fdf that implement COSObjectable Modifier and Type Class Description classFDFAnnotationThis represents an FDF annotation that is part of the FDF document.classFDFAnnotationCaretThis represents a Caret FDF annotation.classFDFAnnotationCircleThis represents a Circle FDF annotation.classFDFAnnotationFileAttachmentThis represents a FileAttachment FDF annotation.classFDFAnnotationFreeTextThis represents a FreeText FDF annotation.classFDFAnnotationHighlightThis represents a Highlight FDF annotation.classFDFAnnotationInkThis represents a Ink FDF annotation.classFDFAnnotationLineThis represents a Line FDF annotation.classFDFAnnotationPolygonThis represents a Polygon FDF annotation.classFDFAnnotationPolylineThis represents a Polyline FDF annotation.classFDFAnnotationSoundThis represents a Sound FDF annotation.classFDFAnnotationSquareThis represents a Square FDF annotation.classFDFAnnotationSquigglyThis represents a Squiggly FDF annotation.classFDFAnnotationStampThis represents a Stamp FDF annotation.classFDFAnnotationStrikeOutThis represents a StrikeOut FDF annotation.classFDFAnnotationTextThis represents a Text FDF annotation.classFDFAnnotationUnderlineThis represents a Underline FDF annotation.classFDFCatalogThis represents an FDF catalog that is part of the FDF document.classFDFDictionaryThis represents an FDF dictionary that is part of the FDF document.classFDFFieldThis represents an FDF field that is part of the FDF document.classFDFIconFitThis represents an Icon fit dictionary for an FDF field.classFDFJavaScriptThis represents an FDF JavaScript dictionary that is part of the FDF document.classFDFNamedPageReferenceThis represents an FDF named page reference that is part of the FDF field.classFDFOptionElementThis represents an object that can be used in a Field's Opt entry to represent an available option and a default appearance string.classFDFPageThis represents an FDF page that is part of the FDF document.classFDFPageInfoThis represents an FDF page info that is part of the FDF page.classFDFTemplateThis represents an FDF template that is part of the FDF page. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.font
Classes in org.apache.pdfbox.pdmodel.font that implement COSObjectable Modifier and Type Class Description classPDCIDFontThis is implementation for the CIDFontType0/CIDFontType2 Fonts.classPDCIDFontType0FontThis is implementation of the CIDFontType0 Font.classPDCIDFontType2FontThis is implementation of the CIDFontType2 Font.classPDFontThis is the base class for all PDF fonts.classPDFontDescriptorDictionaryThis class represents an implementation to the font descriptor that gets its information from a COS Dictionary.classPDMMType1FontThis is implementation of the Multiple Master Type1 Font.classPDSimpleFontThis class contains implementation details of the simple pdf fonts.classPDTrueTypeFontThis is the TrueType implementation of fonts.classPDType0FontThis is implementation of the Type0 Font.classPDType1AfmPfbFontThis is implementation of the Type1 Font with a afm and a pfb file.classPDType1CFontThis class represents a CFF/Type2 Font (aka Type1C Font).classPDType1FontThis is implementation of the Type1 Font.classPDType3FontThis is implementation of the Type3 Font. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.graphics
Classes in org.apache.pdfbox.pdmodel.graphics that implement COSObjectable Modifier and Type Class Description classPDExtendedGraphicsStateThis class represents the graphics state dictionary that is stored in the PDF document.classPDFontSettingThis class represents a font setting used for the graphics state.classPDLineDashPatternThis class represents the line dash pattern for a graphics state.classPDShadingThis class represents a Shading Pattern color space. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.graphics.color
Classes in org.apache.pdfbox.pdmodel.graphics.color that implement COSObjectable Modifier and Type Class Description classPDCalGrayThis class represents a Cal Gray color space.classPDCalRGBThis class represents a Cal RGB color space.classPDColorSpaceThis class represents a color space in a pdf document.classPDDeviceCMYKThis class represents a CMYK color space.classPDDeviceGrayThis class represents a Gray color space.classPDDeviceNThis class represents a DeviceN color space.classPDDeviceRGBThis class represents an RGB color space.classPDGammaA gamma array, or collection of three floating point parameters used for color operations.classPDICCBasedThis class represents a ICC profile color space.classPDIndexedThis class represents an Indexed color space.classPDLabThis class represents a Lab color space.classPDOutputIntentclassPDPatternThis class represents a Pattern color space.classPDSeparationThis class represents a Separation color space.classPDTristimulusA tristimulus, or collection of three floating point parameters used for color operations. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.graphics.optionalcontent
Classes in org.apache.pdfbox.pdmodel.graphics.optionalcontent that implement COSObjectable Modifier and Type Class Description classPDOptionalContentGroupThis class represents an optional content group (OCG).classPDOptionalContentPropertiesThis class represents the optional content properties dictionary. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.graphics.pattern
Classes in org.apache.pdfbox.pdmodel.graphics.pattern that implement COSObjectable Modifier and Type Class Description classPDPatternResourcesThis represents the resources for a pattern colorspace.classPDShadingPatternResourcesThis represents the resources for a shading pattern.classPDTilingPatternResourcesThis represents the resources for a tiling pattern. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.graphics.shading
Classes in org.apache.pdfbox.pdmodel.graphics.shading that implement COSObjectable Modifier and Type Class Description classPDShadingResourcesThis represents resources for a shading.classPDShadingType1This represents resources for a function based shading.classPDShadingType2This represents resources for an axial shading.classPDShadingType3This represents resources for a radial shading.classPDShadingType4This represents resources for a shading type 4 (Free-Form Gouraud-Shaded Triangle Meshes).classPDShadingType5This represents resources for a shading type 5 (Lattice-Form Gouraud-Shaded Triangle Meshes).classPDShadingType6Resources for a shading type 6 (Coons Patch Mesh).classPDShadingType7This represents resources for a shading type 7 (Tensor-Product Patch Meshes). -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.graphics.xobject
Classes in org.apache.pdfbox.pdmodel.graphics.xobject that implement COSObjectable Modifier and Type Class Description classPDCcittAn image class for CCITT Fax.classPDJpegAn image class for JPegs.classPDPixelMapThis class contains a PixelMap Image.classPDXObjectThe base class for all XObjects in the PDF document.classPDXObjectFormA form xobject.classPDXObjectImageThe prototype for all PDImages. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.interactive.action
Classes in org.apache.pdfbox.pdmodel.interactive.action that implement COSObjectable Modifier and Type Class Description classPDAdditionalActionsThis represents a dictionary of actions that occur due to events.classPDAnnotationAdditionalActionsThis class represents an annotation's dictionary of actions that occur due to events.classPDDocumentCatalogAdditionalActionsThis class represents a document catalog's dictionary of actions that occur due to events.classPDFormFieldAdditionalActionsThis class represents a form field's dictionary of actions that occur due to events.classPDPageAdditionalActionsThis class represents a page object's dictionary of actions that occur due to events. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.interactive.action.type
Classes in org.apache.pdfbox.pdmodel.interactive.action.type that implement COSObjectable Modifier and Type Class Description classPDActionThis represents an action that can be executed in a PDF document.classPDActionGoToThis represents a go-to action that can be executed in a PDF document.classPDActionJavaScriptThis represents a JavaScript action.classPDActionLaunchThis represents a launch action that can be executed in a PDF document.classPDActionNamedThis represents a named action in a PDF document.classPDActionRemoteGoToThis represents a remote go-to action that can be executed in a PDF document.classPDActionURIThis represents a URI action that can be executed in a PDF document.classPDURIDictionaryThis is the implementation of an URI dictionary.classPDWindowsLaunchParamsLaunch parameters for the windows OS. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.interactive.annotation
Classes in org.apache.pdfbox.pdmodel.interactive.annotation that implement COSObjectable Modifier and Type Class Description classPDAnnotationThis class represents a PDF annotation.classPDAnnotationFileAttachmentThis is the class that represents a file attachment.classPDAnnotationLineThis is the class that represents a line annotation.classPDAnnotationLinkThis is the class that represents a link annotation.classPDAnnotationMarkupThis class represents the additional fields of a Markup type Annotation.classPDAnnotationPopupThis is the class that represents a popup annotation.classPDAnnotationRubberStampThis is the class that represents a rubber stamp annotation.classPDAnnotationSquareCircleThis is the class that represents a rectangular or eliptical annotation Introduced in PDF 1.3 specification .classPDAnnotationTextThis is the class that represents a text annotation.classPDAnnotationTextMarkupThis is the abstract class that represents a text markup annotation Introduced in PDF 1.3 specification, except Squiggly lines in 1.4.classPDAnnotationUnknownThis is the class that represents an arbitary Unknown Annotation type.classPDAnnotationWidgetThis is the class that represents a widget annotation.classPDAppearanceCharacteristicsDictionaryThis class represents an appearance characteristics dictionary.classPDAppearanceDictionaryThis class represents a PDF /AP entry the appearance dictionary.classPDAppearanceStreamThis class represents an appearance for an annotation.classPDBorderEffectDictionaryThis class represents a PDF /BE entry the border effect dictionary.classPDBorderStyleDictionaryThis class represents a PDF /BS entry the border style dictionary.classPDExternalDataDictionaryThis class represents an external data dictionary. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.interactive.digitalsignature
Classes in org.apache.pdfbox.pdmodel.interactive.digitalsignature that implement COSObjectable Modifier and Type Class Description classPDPropBuildThis represents a pdf signature build dictionary as specified in http://partners.adobe.com/public/developer/en/acrobat/Acrobat_Signature_BuildDict.pdfclassPDPropBuildDataDictThis represents the general property dictionaries from the build property dictionary.classPDSeedValueThis represents a pdf signature seed value dictionary.classPDSignatureThis represents a digital signature that can be attached to a document. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination
Classes in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination that implement COSObjectable Modifier and Type Class Description classPDDestinationThis represents a destination in a PDF document.classPDNamedDestinationThis represents a destination to a page by referencing it with a name.classPDPageDestinationThis represents a destination to a page, see subclasses for specific parameters.classPDPageFitDestinationThis represents a destination to a page and the page contents will be magnified to just fit on the screen.classPDPageFitHeightDestinationThis represents a destination to a page at a x location and the height is magnified to just fit on the screen.classPDPageFitRectangleDestinationThis represents a destination to a page at a y location and the width is magnified to just fit on the screen.classPDPageFitWidthDestinationThis represents a destination to a page at a y location and the width is magnified to just fit on the screen.classPDPageXYZDestinationThis represents a destination to a page at an x,y coordinate with a zoom setting. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline
Classes in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline that implement COSObjectable Modifier and Type Class Description classPDDocumentOutlineThis represents an outline in a pdf document.classPDOutlineItemThis represents an outline in a pdf document.classPDOutlineNodeThis represents an node in an outline in a pdf document. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.interactive.form
Classes in org.apache.pdfbox.pdmodel.interactive.form that implement COSObjectable Modifier and Type Class Description classPDAcroFormThis class represents the acroform of a PDF document.classPDCheckboxA class for handling the PDF field as a checkbox.classPDChoiceButtonThis holds common functionality for check boxes and radio buttons.classPDChoiceFieldA class for handling the PDF field as a choicefield.classPDFieldThis is the superclass for a Field element in a PDF.classPDPushButtonA class for handling the PDF field as a PDPushButton.classPDRadioCollectionA class for handling the PDF field as a Radio Collection.classPDSignatureDeprecated.UsePDSignatureFieldinstead (see PDFBOX-1513).classPDSignatureFieldA class for handling the PDF field as a signature.classPDTextboxA class for handling the PDF field as a textbox.classPDUnknownFieldThis class represents a form field with an unknown type.classPDVariableTextA class for handling PDF fields that display text.classPDXFAThis class represents an XML Forms Architecture Data packet.Methods in org.apache.pdfbox.pdmodel.interactive.form that return types with arguments of type COSObjectable Modifier and Type Method Description java.util.List<COSObjectable>PDField. getKids()This will get all the kids of this field.Method parameters in org.apache.pdfbox.pdmodel.interactive.form with type arguments of type COSObjectable Modifier and Type Method Description voidPDField. setKids(java.util.List<COSObjectable> kids)This will set the list of kids. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.interactive.measurement
Classes in org.apache.pdfbox.pdmodel.interactive.measurement that implement COSObjectable Modifier and Type Class Description classPDMeasureDictionaryThis class represents a measure dictionary.classPDNumberFormatDictionaryThis class represents a number format dictionary.classPDRectlinearMeasureDictionaryThis class represents a rectlinear measure dictionary.classPDViewportDictionaryThis class represents a viewport dictionary. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.interactive.pagenavigation
Classes in org.apache.pdfbox.pdmodel.interactive.pagenavigation that implement COSObjectable Modifier and Type Class Description classPDThreadThis a single thread in a PDF document.classPDThreadBeadThis a single bead in a thread in a PDF document. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.interactive.viewerpreferences
Classes in org.apache.pdfbox.pdmodel.interactive.viewerpreferences that implement COSObjectable Modifier and Type Class Description classPDViewerPreferencesThis is the document viewing preferences. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.markedcontent
Classes in org.apache.pdfbox.pdmodel.markedcontent that implement COSObjectable Modifier and Type Class Description classPDPropertyListThis class represents a property list used for the marked content feature to map a resource name to a dictionary. -
Uses of COSObjectable in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util with parameters of type COSObjectable Modifier and Type Method Description voidPDFCloneUtility. cloneMerge(COSObjectable base, COSObjectable target)Merges two objects of the same type by deep-cloning its members.Method parameters in org.apache.pdfbox.util with type arguments of type COSObjectable Modifier and Type Method Description protected voidPDFTextStripper. processPages(java.util.List<COSObjectable> pages)This will process all of the pages and the text that is in them.
-