Class PDNamedDestination

    • Field Detail

      • namedDestination

        private COSBase namedDestination
    • Constructor Detail

      • PDNamedDestination

        public PDNamedDestination​(COSString dest)
        Constructor.
        Parameters:
        dest - The named destination.
      • PDNamedDestination

        public PDNamedDestination​(COSName dest)
        Constructor.
        Parameters:
        dest - The named destination.
      • PDNamedDestination

        public PDNamedDestination()
        Default constructor.
      • PDNamedDestination

        public PDNamedDestination​(java.lang.String dest)
        Default constructor.
        Parameters:
        dest - The named destination.
    • Method Detail

      • getCOSObject

        public COSBase getCOSObject()
        Convert this standard java object to a COS object.
        Returns:
        The cos object that matches this Java object.
      • getNamedDestination

        public java.lang.String getNamedDestination()
        This will get the name of the destination.
        Returns:
        The name of the destination.
      • setNamedDestination

        public void setNamedDestination​(java.lang.String dest)
                                 throws java.io.IOException
        Set the named destination.
        Parameters:
        dest - The new named destination.
        Throws:
        java.io.IOException - If there is an error setting the named destination.