Package org.apache.pdfbox.pdmodel.common
Interface COSObjectable
-
- All Known Subinterfaces:
PDDestinationOrAction
,PDImage
- All Known Implementing Classes:
BuiltInEncoding
,COSArray
,COSBase
,COSBoolean
,COSDictionary
,COSDocument
,COSFloat
,COSInteger
,COSName
,COSNull
,COSNumber
,COSObject
,COSStream
,COSString
,DictionaryEncoding
,Encoding
,FDFAnnotation
,FDFAnnotationCaret
,FDFAnnotationCircle
,FDFAnnotationFileAttachment
,FDFAnnotationFreeText
,FDFAnnotationHighlight
,FDFAnnotationInk
,FDFAnnotationLine
,FDFAnnotationLink
,FDFAnnotationPolygon
,FDFAnnotationPolyline
,FDFAnnotationSound
,FDFAnnotationSquare
,FDFAnnotationSquiggly
,FDFAnnotationStamp
,FDFAnnotationStrikeOut
,FDFAnnotationText
,FDFAnnotationTextMarkup
,FDFAnnotationUnderline
,FDFCatalog
,FDFDictionary
,FDFField
,FDFIconFit
,FDFJavaScript
,FDFNamedPageReference
,FDFOptionElement
,FDFPage
,FDFPageInfo
,FDFTemplate
,MacExpertEncoding
,MacOSRomanEncoding
,MacRomanEncoding
,PDAbstractPattern
,PDAcroForm
,PDAction
,PDActionEmbeddedGoTo
,PDActionGoTo
,PDActionHide
,PDActionImportData
,PDActionJavaScript
,PDActionLaunch
,PDActionMovie
,PDActionNamed
,PDActionRemoteGoTo
,PDActionResetForm
,PDActionSound
,PDActionSubmitForm
,PDActionThread
,PDActionURI
,PDAdditionalActions
,PDAnnotation
,PDAnnotationAdditionalActions
,PDAnnotationFileAttachment
,PDAnnotationLine
,PDAnnotationLink
,PDAnnotationMarkup
,PDAnnotationPopup
,PDAnnotationRubberStamp
,PDAnnotationSquareCircle
,PDAnnotationText
,PDAnnotationTextMarkup
,PDAnnotationUnknown
,PDAnnotationWidget
,PDAppearanceCharacteristicsDictionary
,PDAppearanceDictionary
,PDAppearanceEntry
,PDAppearanceStream
,PDAttributeObject
,PDBorderEffectDictionary
,PDBorderStyleDictionary
,PDBoxStyle
,PDButton
,PDCalGray
,PDCalRGB
,PDCheckBox
,PDChoice
,PDCIDFont
,PDCIDFontType0
,PDCIDFontType2
,PDCIDSystemInfo
,PDCIEBasedColorSpace
,PDCIEDictionaryBasedColorSpace
,PDColorSpace
,PDComboBox
,PDComplexFileSpecification
,PDCryptFilterDictionary
,PDDefaultAttributeObject
,PDDestination
,PDDestinationNameTreeNode
,PDDeviceCMYK
,PDDeviceColorSpace
,PDDeviceGray
,PDDeviceN
,PDDeviceRGB
,PDDictionaryWrapper
,PDDocumentCatalog
,PDDocumentCatalogAdditionalActions
,PDDocumentInformation
,PDDocumentNameDestinationDictionary
,PDDocumentNameDictionary
,PDDocumentOutline
,PDEmbeddedFile
,PDEmbeddedFilesNameTreeNode
,PDEncryption
,PDEncryptionDictionary
,PDExportFormatAttributeObject
,PDExtendedGraphicsState
,PDExternalDataDictionary
,PDField
,PDFileSpecification
,PDFont
,PDFontDescriptor
,PDFontSetting
,PDFormFieldAdditionalActions
,PDFormXObject
,PDFourColours
,PDFunction
,PDFunctionType0
,PDFunctionType2
,PDFunctionType3
,PDFunctionType4
,PDFunctionTypeIdentity
,PDGamma
,PDICCBased
,PDImageXObject
,PDIndexed
,PDInlineImage
,PDJavascriptNameTreeNode
,PDJPXColorSpace
,PDLab
,PDLayoutAttributeObject
,PDLineDashPattern
,PDListAttributeObject
,PDListBox
,PDMarkedContentReference
,PDMarkInfo
,PDMeasureDictionary
,PDMetadata
,PDMMType1Font
,PDNamedDestination
,PDNameTreeNode
,PDNonTerminalField
,PDNumberFormatDictionary
,PDNumberTreeNode
,PDObjectReference
,PDObjectStream
,PDOptionalContentGroup
,PDOptionalContentMembershipDictionary
,PDOptionalContentProperties
,PDOutlineItem
,PDOutlineNode
,PDOutputIntent
,PDPage
,PDPageAdditionalActions
,PDPageDestination
,PDPageFitDestination
,PDPageFitHeightDestination
,PDPageFitRectangleDestination
,PDPageFitWidthDestination
,PDPageLabelRange
,PDPageLabels
,PDPageTree
,PDPageXYZDestination
,PDParentTreeValue
,PDPattern
,PDPostScriptXObject
,PDPrintFieldAttributeObject
,PDPropBuild
,PDPropBuildDataDict
,PDPropertyList
,PDPushButton
,PDRadioButton
,PDRange
,PDRectangle
,PDRectlinearMeasureDictionary
,PDResources
,PDSeedValue
,PDSeedValueCertificate
,PDSeparation
,PDShading
,PDShadingPattern
,PDShadingType1
,PDShadingType2
,PDShadingType3
,PDShadingType4
,PDShadingType5
,PDShadingType6
,PDShadingType7
,PDSignature
,PDSignatureField
,PDSimpleFileSpecification
,PDSimpleFont
,PDSoftMask
,PDSpecialColorSpace
,PDStandardAttributeObject
,PDStream
,PDStructureElement
,PDStructureElementNameTreeNode
,PDStructureNode
,PDStructureTreeRoot
,PDTableAttributeObject
,PDTargetDirectory
,PDTerminalField
,PDTextField
,PDThread
,PDThreadBead
,PDTilingPattern
,PDTransition
,PDTransparencyGroup
,PDTransparencyGroupAttributes
,PDTriangleBasedShadingType
,PDTristimulus
,PDTrueTypeFont
,PDType0Font
,PDType1CFont
,PDType1Font
,PDType3CharProc
,PDType3Font
,PDTypedDictionaryWrapper
,PDURIDictionary
,PDUserAttributeObject
,PDUserProperty
,PDVariableText
,PDViewerPreferences
,PDViewportDictionary
,PDWindowsLaunchParams
,PDXFAResource
,PDXObject
,StandardEncoding
,SymbolEncoding
,Type1Encoding
,UnmodifiableCOSDictionary
,WinAnsiEncoding
,ZapfDingbatsEncoding
public interface COSObjectable
This is an interface used to get/create the underlying COSObject.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description COSBase
getCOSObject()
Convert this standard java object to a COS object.
-
-
-
Method Detail
-
getCOSObject
COSBase getCOSObject()
Convert this standard java object to a COS object.- Returns:
- The cos object that matches this Java object.
-
-