org.pdfbox.pdmodel.common
Interface COSObjectable

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

public interface COSObjectable

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

Version:
$Revision: 1.2 $
Author:
Ben Litchfield (ben@csh.rit.edu)

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.