Interface COSObjectable

All Known Subinterfaces:
DisposableCOSObject, PDDestinationOrAction, PDFileSpecification, PDImage, WithActionOrDestination
All Known Implementing Classes:
BuiltInEncoding, COSArray, COSBase, COSBoolean, COSDictionary, COSDocument, COSFloat, COSInteger, COSName, COSNull, COSNumber, COSStream, COSString, DictionaryEncoding, DirectCOSObject, Encoding, ExistingIndirectCOSObject, FileTrailer, IndirectCOSObject, IndirectCOSObjectReference, MacExpertEncoding, MacOSRomanEncoding, MacRomanEncoding, NonStorableInObjectStreams, 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, PDDeviceNAttributes, PDDeviceRGB, PDDictionaryWrapper, PDDocumentCatalog, PDDocumentCatalogAdditionalActions, PDDocumentInformation, PDDocumentNameDestinationDictionary, PDDocumentNameDictionary, PDDocumentOutline, PDEmbeddedFile, PDEmbeddedFilesNameTreeNode, PDEncryption, PDExportFormatAttributeObject, PDExtendedGraphicsState, PDExternalDataDictionary, PDField, 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, PDPropertyList, PDPushButton, PDRadioButton, PDRange, PDRectangle, PDRectlinearMeasureDictionary, PDResources, PDSeparation, PDShading, PDShadingPattern, PDShadingType1, PDShadingType2, PDShadingType3, PDShadingType4, PDShadingType5, PDShadingType6, PDShadingType7, PDSignatureField, PDSimpleFileSpecification, PDSimpleFont, PDSoftMask, PDSpecialColorSpace, 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 COSObjectable
This is an interface used to wrap COSBase objects.
Author:
Ben Litchfield
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getCOSObject

      COSBase getCOSObject()
      Returns:
      The COSBase that matches this Java object.