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 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.