public class PDSimpleFileSpecification extends PDFileSpecification
| Constructor and Description | 
|---|
| PDSimpleFileSpecification()Constructor. | 
| PDSimpleFileSpecification(COSString fileName)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| COSBase | getCOSObject()Convert this standard java object to a COS object. | 
| String | getFile()This will get the file name. | 
| void | setFile(String fileName)This will set the file name. | 
createFSpublic PDSimpleFileSpecification()
public PDSimpleFileSpecification(COSString fileName)
fileName - The file that this spec represents.public String getFile()
getFile in class PDFileSpecificationpublic void setFile(String fileName)
setFile in class PDFileSpecificationfileName - The name of the file.public COSBase getCOSObject()
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.