public interface PDFileSpecification extends COSObjectable
| Modifier and Type | Method and Description |
|---|---|
static PDFileSpecification |
createFS(COSBase base)
A file specfication can either be a COSString or a COSDictionary.
|
String |
getFile() |
void |
setFile(String file) |
getCOSObjectstatic PDFileSpecification createFS(COSBase base) throws IOException
base - The cos object that describes the fs.IOException - If there is an error creating the file spec.String getFile()
void setFile(String file)
file - The name of the file.Copyright © 2020 sejda. All rights reserved.