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.
|
createFS
public PDSimpleFileSpecification()
public PDSimpleFileSpecification(COSString fileName)
fileName
- The file that this spec represents.public String getFile()
getFile
in class PDFileSpecification
public void setFile(String fileName)
setFile
in class PDFileSpecification
fileName
- The name of the file.public COSBase getCOSObject()
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.