Package org.apache.pdfbox.pdmodel.common
Interface COSObjectable
-
- All Known Subinterfaces:
PDDestinationOrAction
- All Known Implementing Classes:
AFMEncoding,COSArray,COSBase,COSBoolean,COSDictionary,COSDictionaryLateBinding,COSDocument,COSFloat,COSInteger,COSName,COSNull,COSNumber,COSObject,COSStream,COSStreamArray,COSString,COSUnread,DictionaryEncoding,Encoding,FDFAnnotation,FDFAnnotationCaret,FDFAnnotationCircle,FDFAnnotationFileAttachment,FDFAnnotationFreeText,FDFAnnotationHighlight,FDFAnnotationInk,FDFAnnotationLine,FDFAnnotationPolygon,FDFAnnotationPolyline,FDFAnnotationSound,FDFAnnotationSquare,FDFAnnotationSquiggly,FDFAnnotationStamp,FDFAnnotationStrikeOut,FDFAnnotationText,FDFAnnotationUnderline,FDFCatalog,FDFDictionary,FDFField,FDFIconFit,FDFJavaScript,FDFNamedPageReference,FDFOptionElement,FDFPage,FDFPageInfo,FDFTemplate,MacOSRomanEncoding,MacRomanEncoding,PDAcroForm,PDAction,PDActionGoTo,PDActionJavaScript,PDActionLaunch,PDActionNamed,PDActionRemoteGoTo,PDActionURI,PDAdditionalActions,PDAnnotation,PDAnnotationAdditionalActions,PDAnnotationFileAttachment,PDAnnotationLine,PDAnnotationLink,PDAnnotationMarkup,PDAnnotationPopup,PDAnnotationRubberStamp,PDAnnotationSquareCircle,PDAnnotationText,PDAnnotationTextMarkup,PDAnnotationUnknown,PDAnnotationWidget,PDAppearanceCharacteristicsDictionary,PDAppearanceDictionary,PDAppearanceStream,PDAttributeObject,PDBorderEffectDictionary,PDBorderStyleDictionary,PDBoxStyle,PDCalGray,PDCalRGB,PDCcitt,PDCheckbox,PDChoiceButton,PDChoiceField,PDCIDFont,PDCIDFontType0Font,PDCIDFontType2Font,PDColorSpace,PDComplexFileSpecification,PDDefaultAttributeObject,PDDestination,PDDestinationNameTreeNode,PDDeviceCMYK,PDDeviceGray,PDDeviceN,PDDeviceRGB,PDDictionaryWrapper,PDDocumentCatalog,PDDocumentCatalogAdditionalActions,PDDocumentInformation,PDDocumentNameDestinationDictionary,PDDocumentNameDictionary,PDDocumentOutline,PDEmbeddedFile,PDEmbeddedFilesNameTreeNode,PDExportFormatAttributeObject,PDExtendedGraphicsState,PDExternalDataDictionary,PdfDocEncoding,PDField,PDFileSpecification,PDFont,PDFontDescriptorDictionary,PDFontSetting,PDFormFieldAdditionalActions,PDFourColours,PDFunction,PDFunctionType0,PDFunctionType2,PDFunctionType3,PDFunctionType4,PDGamma,PDICCBased,PDIndexed,PDJavascriptNameTreeNode,PDJpeg,PDLab,PDLayoutAttributeObject,PDLineDashPattern,PDListAttributeObject,PDMarkedContentReference,PDMarkInfo,PDMatrix,PDMeasureDictionary,PDMemoryStream,PDMetadata,PDMMType1Font,PDNamedDestination,PDNameTreeNode,PDNumberFormatDictionary,PDNumberTreeNode,PDObjectReference,PDObjectStream,PDOptionalContentGroup,PDOptionalContentProperties,PDOutlineItem,PDOutlineNode,PDOutputIntent,PDPage,PDPageAdditionalActions,PDPageDestination,PDPageFitDestination,PDPageFitHeightDestination,PDPageFitRectangleDestination,PDPageFitWidthDestination,PDPageLabelRange,PDPageLabels,PDPageNode,PDPageXYZDestination,PDPattern,PDPatternResources,PDPixelMap,PDPrintFieldAttributeObject,PDPropBuild,PDPropBuildDataDict,PDPropertyList,PDPushButton,PDRadioCollection,PDRange,PDRectangle,PDRectlinearMeasureDictionary,PDResources,PDSeedValue,PDSeparation,PDShading,PDShadingPatternResources,PDShadingResources,PDShadingType1,PDShadingType2,PDShadingType3,PDShadingType4,PDShadingType5,PDShadingType6,PDShadingType7,PDSignature,PDSignature,PDSignatureField,PDSimpleFileSpecification,PDSimpleFont,PDStandardAttributeObject,PDStream,PDStructureElement,PDStructureNode,PDStructureTreeRoot,PDTableAttributeObject,PDTextbox,PDTextStream,PDThread,PDThreadBead,PDTilingPatternResources,PDTristimulus,PDTrueTypeFont,PDType0Font,PDType1AfmPfbFont,PDType1CFont,PDType1Font,PDType3Font,PDTypedDictionaryWrapper,PDUnknownField,PDURIDictionary,PDUserAttributeObject,PDUserProperty,PDVariableText,PDViewerPreferences,PDViewportDictionary,PDWindowsLaunchParams,PDXFA,PDXObject,PDXObjectForm,PDXObjectImage,StandardEncoding,Type1Encoding,WinAnsiEncoding
public interface COSObjectableThis is an interface used to get/create the underlying COSObject.- Version:
- $Revision: 1.3 $
- Author:
- Ben Litchfield
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description COSBasegetCOSObject()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.
-
-