org.pdfbox.pdmodel.common
Interface COSObjectable

All Known Subinterfaces:
PDDestinationOrAction
All Known Implementing Classes:
COSBase, Encoding, FDFAnnotation, FDFCatalog, FDFDictionary, FDFField, FDFIconFit, FDFJavaScript, FDFNamedPageReference, FDFOptionElement, FDFPage, FDFPageInfo, FDFTemplate, PDAcroForm, PDAction, PDAdditionalActions, PDAnnotation, PDAnnotationAdditionalActions, PDAppearanceDictionary, PDAppearanceStream, PDBorderEffectDictionary, PDBorderStyleDictionary, PDBoxStyle, PDColorSpace, PDDestination, PDDocumentCatalog, PDDocumentCatalogAdditionalActions, PDDocumentInformation, PDDocumentNameDictionary, PDExtendedGraphicsState, PDField, PDFileSpecification, PDFont, PDFontDescriptorDictionary, PDFontSetting, PDFormFieldAdditionalActions, PDFunction, PDGamma, PDLineDashPattern, PDMarkInfo, PDMatrix, PDNameTreeNode, PDOutlineNode, PDPage, PDPageAdditionalActions, PDPageNode, PDRange, PDRectangle, PDResources, PDSignature, PDStream, PDStructureElement, PDStructureTreeRoot, PDTextStream, PDThread, PDThreadBead, PDTristimulus, PDViewerPreferences, PDWindowsLaunchParams, PDXFA, PDXObject

public interface COSObjectable

This is an interface used to get/create the underlying COSObject.

Version:
$Revision: 1.3 $
Author:
Ben Litchfield

Method Summary
 COSBase getCOSObject()
          Convert this standard java object to a COS object.
 

Method Detail

getCOSObject

public COSBase getCOSObject()
Convert this standard java object to a COS object.

Returns:
The cos object that matches this Java object.