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,PDCheckBox,PDChoice,PDCIDFont,PDCIDFontType0,PDCIDFontType2,PDCIDSystemInfo,PDColorSpace,PDComboBox,PDComplexFileSpecification,PDCryptFilterDictionary,PDDefaultAttributeObject,PDDestination,PDDestinationNameTreeNode,PDDeviceColorSpace,PDDeviceGray,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,PDImageXObject,PDInlineImage,PDJavascriptNameTreeNode,PDJPXColorSpace,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,PDPostScriptXObject,PDPrintFieldAttributeObject,PDPropBuild,PDPropBuildDataDict,PDPropertyList,PDPushButton,PDRadioButton,PDRange,PDRectangle,PDRectlinearMeasureDictionary,PDResources,PDSeedValue,PDSeedValueCertificate,PDShading,PDShadingPattern,PDShadingType1,PDShadingType2,PDShadingType3,PDShadingType4,PDShadingType5,PDShadingType6,PDShadingType7,PDSignature,PDSignatureField,PDSimpleFileSpecification,PDSimpleFont,PDSoftMask,PDStandardAttributeObject,PDStream,PDStructureElement,PDStructureElementNameTreeNode,PDStructureNode,PDStructureTreeRoot,PDTableAttributeObject,PDTargetDirectory,PDTerminalField,PDTextField,PDThread,PDThreadBead,PDTilingPattern,PDTransition,PDTransparencyGroup,PDTransparencyGroupAttributes,PDTristimulus,PDTrueTypeFont,PDType0Font,PDType1CFont,PDType1Font,PDType3CharProc,PDType3Font,PDTypedDictionaryWrapper,PDURIDictionary,PDUserAttributeObject,PDUserProperty,PDVariableText,PDViewerPreferences,PDViewportDictionary,PDWindowsLaunchParams,PDXFAResource,PDXObject,StandardEncoding,SymbolEncoding,Type1Encoding,WinAnsiEncoding,ZapfDingbatsEncoding
public interface COSObjectableThis is an interface used to get/create the underlying COSObject.
-
-
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.
-
-