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.multipdf 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.markedcontent The marked content package provides a mechanism for modeling marked-content sequences.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.encryption The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.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.font.encoding 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.form This package deals with Form XObjects that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.image This package deals with images 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.state This package deals with graphics states within the 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.annotation The annotation package contains classes that work with PDF annotation elements.org.apache.pdfbox.pdmodel.interactive.digitalsignature The digital 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 for handling Interactive Forms, also known as "AcroForms".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. -
-
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.classCOSDocumentThis 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.classCOSNameA PDF Name 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.classCOSStringA string object, which may be a text string, a PDFDocEncoded string, ASCII string, or byte string.Methods 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.multipdf
Methods in org.apache.pdfbox.multipdf 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. -
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.classPDDocumentCatalogThe Document Catalog of a PDF.classPDDocumentInformationThis is the document metadata.classPDDocumentNameDestinationDictionaryThis encapsulates the "dictionary of names and corresponding destinations" for the /Dests 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.classPDPageA page in a PDF document.classPDPageTreeThe page tree, which defines the ordering of pages in the document in an efficient manner.classPDResourcesA set of resources available at the page/pages/stream level.classPDStructureElementNameTreeNodetodo: JavaDoc -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.common
Classes in org.apache.pdfbox.pdmodel.common with type parameters of type COSObjectable Modifier and Type Class Description classPDNameTreeNode<T extends COSObjectable>This class represents a node in a name tree.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 classPDDictionaryWrapperA wrapper for a COS dictionary.classPDMetadataThis class represents metadata for various objects in a PDF document.classPDNameTreeNode<T extends COSObjectable>This class represents a node in a 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.classPDRectangleA rectangle in a PDF document.classPDStreamA PDStream represents a stream in a PDF document.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 COSObjectablePDNumberTreeNode. convertCOSToPD(COSBase base)Method to convert the COS value in the number 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.Integer,COSObjectable>PDNumberTreeNode. getNumbers()This will return a map of numbers on this level.Method parameters in org.apache.pdfbox.pdmodel.common with type arguments of type COSObjectable Modifier and Type Method Description voidPDNumberTreeNode. setNumbers(java.util.Map<java.lang.Integer,? extends COSObjectable> numbers)Set the numbers for this node.Constructor parameters in org.apache.pdfbox.pdmodel.common with type arguments of type COSObjectable Constructor Description 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 (exponential interpolation) function in a PDF document.classPDFunctionType3This class represents a Type 3 (stitching) function in a PDF document.classPDFunctionType4This class represents a Type 4 (PostScript calculator) function in a PDF document.classPDFunctionTypeIdentityThe identity function. -
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.classPDParentTreeValueThis is described in the PDF specification in the ParentTree segment of the table "Entries in the structure tree root".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.markedcontent
Classes in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent that implement COSObjectable Modifier and Type Class Description classPDPropertyListA property list is a dictionary containing private information meaningful to the conforming writer creating the marked content. -
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.encryption
Classes in org.apache.pdfbox.pdmodel.encryption that implement COSObjectable Modifier and Type Class Description classPDCryptFilterDictionaryThis class is a specialized view of the crypt filter dictionary of a PDF document.classPDEncryptionThis class is a specialized view of the encryption dictionary of a PDF document.classPDEncryptionDictionaryDeprecated.UsePDEncryptioninstead -
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.classFDFAnnotationLinkThis represents a Polygon 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.classFDFAnnotationTextMarkupThis abstract class is used as a superclass for the different FDF annotations with text markup attributes.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 classPDCIDFontA CIDFont.classPDCIDFontType0Type 0 CIDFont (CFF).classPDCIDFontType2Type 2 CIDFont (TrueType).classPDCIDSystemInfoRepresents a CIDSystemInfo.classPDFontThis is the base class for all PDF fonts.classPDFontDescriptorA font descriptor.classPDMMType1FontType 1 Multiple Master Font.classPDSimpleFontA simple font.classPDTrueTypeFontTrueType font.classPDType0FontA Composite (Type 0) font.classPDType1CFontType 1-equivalent CFF font.classPDType1FontA PostScript Type 1 Font.classPDType3CharProcA Type 3 character procedure.classPDType3FontA PostScript Type 3 Font. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.font.encoding
Classes in org.apache.pdfbox.pdmodel.font.encoding that implement COSObjectable Modifier and Type Class Description classBuiltInEncodingA font's built-in encoding.classDictionaryEncodingThis will perform the encoding from a dictionary.classEncodingA PostScript encoding vector, maps character codes to glyph names.classMacExpertEncodingThis 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.classStandardEncodingThis is an interface to a text encoder.classSymbolEncodingThis is an interface to a text encoder.classType1EncodingAn encoding for a Type 1 font.classWinAnsiEncodingThis the win ansi encoding.classZapfDingbatsEncodingThis is an interface to a text encoder. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.graphics
Classes in org.apache.pdfbox.pdmodel.graphics that implement COSObjectable Modifier and Type Class Description classPDFontSettingThis class represents a font setting used for the graphics state.classPDLineDashPatternA line dash pattern for stroking paths.classPDPostScriptXObjectA PostScript XObject.classPDXObjectAn external object, or "XObject". -
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 classPDCalGrayA CalGray colour space is a special case of a single-component CIE-based colour space.classPDCalRGBA CalRGB colour space is a CIE-based colour space with one transformation stage instead of two.classPDCIEBasedColorSpaceCIE-based colour spaces specify colours in a way that is independent of the characteristics of any particular output device.classPDCIEDictionaryBasedColorSpaceCIE-based colour spaces that use a dictionary.classPDColorSpaceA color space specifies how the colours of graphics objects will be painted on the page.classPDDeviceCMYKAllows colors to be specified according to the subtractive CMYK (cyan, magenta, yellow, black) model typical of printers and other paper-based output devices.classPDDeviceColorSpaceDevice colour spaces directly specify colours or shades of gray produced by an output device.classPDDeviceGrayA color space with black, white, and intermediate shades of gray.classPDDeviceNDeviceN colour spaces may contain an arbitrary number of colour components.classPDDeviceRGBColours in the DeviceRGB colour space are specified according to the additive RGB (red-green-blue) colour model.classPDGammaA gamma array, or collection of three floating point parameters used for color operations.classPDICCBasedICCBased color spaces are based on a cross-platform color profile as defined by the International Color Consortium (ICC).classPDIndexedAn Indexed colour space specifies that an area is to be painted using a colour table of arbitrary colours from another color space.classPDJPXColorSpaceA color space embedded in a JPX file.classPDLabA Lab colour space is a CIE-based ABC colour space with two transformation stages.classPDOutputIntentAn Output Intent describes the colour reproduction characteristics of a possible output device or production condition.classPDPatternA Pattern color space is either a Tiling pattern or a Shading pattern.classPDSeparationA Separation color space used to specify either additional colorants or for isolating the control of individual colour components of a device colour space for a subtractive device.classPDSpecialColorSpaceSpecial colour spaces add features or properties to an underlying colour space.classPDTristimulusA tristimulus, or collection of three floating point parameters used for color operations. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.graphics.form
Classes in org.apache.pdfbox.pdmodel.graphics.form that implement COSObjectable Modifier and Type Class Description classPDFormXObjectA Form XObject.classPDTransparencyGroupA transparency group.classPDTransparencyGroupAttributesTransparency group attributes. -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.graphics.image
Subinterfaces of COSObjectable in org.apache.pdfbox.pdmodel.graphics.image Modifier and Type Interface Description interfacePDImageAn image in a PDF document.Classes in org.apache.pdfbox.pdmodel.graphics.image that implement COSObjectable Modifier and Type Class Description classPDImageXObjectAn Image XObject.classPDInlineImageAn inline image object which uses a special syntax to express the data for a small image directly within the content stream. -
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 classPDOptionalContentGroupAn optional content group (OCG).classPDOptionalContentMembershipDictionaryAn optional content membership dictionary (OCMD).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 classPDAbstractPatternThis class wraps a pattern dictionary.classPDShadingPatternA shading pattern dictionary.classPDTilingPatternA tiling pattern dictionary. -
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 classPDShadingA Shading Resource.classPDShadingType1Resources for a function based shading.classPDShadingType2Resources for an axial shading.classPDShadingType3Resources for a radial shading.classPDShadingType4Resources for a shading type 4 (Free-Form Gouraud-Shaded Triangle Mesh).classPDShadingType5Resources for a shading type 5 (Lattice-Form Gouraud-Shade Triangle Mesh).classPDShadingType6Resources for a shading type 6 (Coons Patch Mesh).classPDShadingType7Resources for a shading type 7 (Tensor-Product Patch Mesh). -
Uses of COSObjectable in org.apache.pdfbox.pdmodel.graphics.state
Classes in org.apache.pdfbox.pdmodel.graphics.state that implement COSObjectable Modifier and Type Class Description classPDExtendedGraphicsStateAn extended graphics state dictionary.classPDSoftMaskSoft mask. -
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 classPDActionThis represents an action that can be executed in a PDF document.classPDActionEmbeddedGoToThis represents a embedded go-to action that can be executed in a PDF document.classPDActionGoToThis represents a go-to action that can be executed in a PDF document.classPDActionHideThis represents a thread action that can be executed in a PDF document.classPDActionImportDataclassPDActionJavaScriptThis represents a JavaScript action.classPDActionLaunchThis represents a launch action that can be executed in a PDF document.classPDActionMovieclassPDActionNamedThis represents a named action in a PDF document.classPDActionRemoteGoToThis represents a remote go-to action that can be executed in a PDF document.classPDActionResetFormclassPDActionSoundThis represents a Sound action that can be executed in a PDF documentclassPDActionSubmitFormThis represents a Submit-Form action that can be executed in a PDF document.classPDActionThreadThis represents a thread action that can be executed in a PDF document.classPDActionURIThis represents a URI action that can be executed in a PDF document.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.classPDTargetDirectoryA target dictionary specifying path information to the target 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 classPDAnnotationA 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 arbitrary Unknown Annotation type.classPDAnnotationWidgetThis is the class that represents a widget annotation.classPDAppearanceCharacteristicsDictionaryThis class represents an appearance characteristics dictionary.classPDAppearanceDictionaryAn appearance dictionary specifying how the annotation shall be presented visually on the page.classPDAppearanceEntryAn entry in an appearance dictionary.classPDAppearanceStreamAn appearance stream is a form XObject, a self-contained content stream that shall be rendered inside the annotation rectangle.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 classPDPropBuildA signature build dictionary as specified in the PDF Signature Build Dictionary Specification.classPDPropBuildDataDictThe general property dictionaries from the build property dictionary.classPDSeedValueThis represents a pdf signature seed value dictionary.classPDSeedValueCertificateThis class represents a certificate seed value dictionary that is in the seed value which puts constraints on certificates when signing documents.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 item in a pdf document.classPDOutlineNodeBase class for a node in the outline of 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 classPDAcroFormAn interactive form, also known as an AcroForm.classPDButtonA button field represents an interactive control on the screen that the user can manipulate with the mouse.classPDCheckBoxA check box toggles between two states, on and off.classPDChoiceA choice field contains several text items, one or more of which shall be selected as the field value.classPDComboBoxA combo box consisting of a drop-down list.classPDFieldA field in an interactive form.classPDListBoxA scrollable list box.classPDNonTerminalFieldA non terminal field in an interactive form.classPDPushButtonA pushbutton is a purely interactive control that responds immediately to user input without retaining a permanent value.classPDRadioButtonRadio button fields contain a set of related buttons that can each be on or off.classPDSignatureFieldA signature field is a form field that contains a digital signature.classPDTerminalFieldA field in an interactive form.classPDTextFieldA text field is a box or space for text fill-in data typically entered from a keyboard.classPDVariableTextBase class for fields which use "Variable Text".classPDXFAResourceAn XML Forms Architecture (XFA) resource. -
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.classPDTransitionRepresents a page transition as defined in paragraph 12.4.4.1 of PDF 32000-1:2008 -
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.
-