Package org.apache.pdfbox.pdmodel.common
Interface DualCOSObjectable
- All Known Implementing Classes:
PDNamedTextStream
public interface DualCOSObjectable
This is an interface to represent a PDModel object that holds two COS objects.
- Version:
- $Revision: 1.2 $
- Author:
- Ben Litchfield
-
Method Summary
Modifier and TypeMethodDescriptionConvert this standard java object to a COS object.Convert this standard java object to a COS object.
-
Method Details
-
getFirstCOSObject
COSBase getFirstCOSObject()Convert this standard java object to a COS object.- Returns:
- The cos object that matches this Java object.
-
getSecondCOSObject
COSBase getSecondCOSObject()Convert this standard java object to a COS object.- Returns:
- The cos object that matches this Java object.
-