Class PDPropertyList

    • Constructor Detail

      • PDPropertyList

        protected PDPropertyList()
        Constructor for subclasses.
      • PDPropertyList

        protected PDPropertyList​(COSDictionary dict)
        Constructor for subclasses.
        Parameters:
        dict - the dictionary to be used.
    • Method Detail

      • create

        public static PDPropertyList create​(COSDictionary dict)
        Creates a property list from the given dictionary.
        Parameters:
        dict - COS dictionary
        Returns:
        the property list
      • getCOSObject

        public COSDictionary getCOSObject()
        Description copied from interface: COSObjectable
        Convert this standard java object to a COS object.
        Specified by:
        getCOSObject in interface COSObjectable
        Returns:
        The cos object that matches this Java object.