Class PDSimpleFileSpecification

    • Constructor Detail

      • PDSimpleFileSpecification

        public PDSimpleFileSpecification()
        Constructor.
      • PDSimpleFileSpecification

        public PDSimpleFileSpecification​(COSString fileName)
        Constructor.
        Parameters:
        fileName - The file that this spec represents.
    • Method Detail

      • getFile

        public java.lang.String getFile()
        This will get the file name.
        Specified by:
        getFile in class PDFileSpecification
        Returns:
        The file name.
      • setFile

        public void setFile​(java.lang.String fileName)
        This will set the file name.
        Specified by:
        setFile in class PDFileSpecification
        Parameters:
        fileName - The name of the file.
      • getCOSObject

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