org.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.1 $
Author:
Ben Litchfield (ben@csh.rit.edu)

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

Method Detail

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.


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.