| Modifier and Type | Method and Description |
|---|---|
PDFileSpecification |
PDStream.getFile()
This will get the file specification for this stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDStream.setFile(PDFileSpecification f)
Set the file specification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDComplexFileSpecification
This represents a file specification.
|
class |
PDSimpleFileSpecification
A file specification that is just a string.
|
| Modifier and Type | Method and Description |
|---|---|
static PDFileSpecification |
PDFileSpecification.createFS(COSBase base)
A file specfication can either be a COSString or a COSDictionary.
|
static PDFileSpecification |
FileSpecifications.fileSpecificationFor(COSBase base)
Factory method for a a file specification that can be either a COSString or a COSDictionary.
|
| Modifier and Type | Method and Description |
|---|---|
PDFileSpecification |
PDActionThread.getFile()
This will get the file in which the destination is located.
|
PDFileSpecification |
PDActionImportData.getFile()
This will get the file in which the destination is located.
|
PDFileSpecification |
PDActionEmbeddedGoTo.getFile()
This will get the file in which the destination is located.
|
PDFileSpecification |
PDActionRemoteGoTo.getFile()
This will get the file in which the destination is located.
|
PDFileSpecification |
PDActionSubmitForm.getFile()
This will get the file in which the destination is located.
|
PDFileSpecification |
PDActionLaunch.getFile()
This will get the application to be launched or the document to be opened or printed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDActionThread.setFile(PDFileSpecification fs)
This will set the file in which the destination is located.
|
void |
PDActionImportData.setFile(PDFileSpecification fs)
This will set the file in which the destination is located.
|
void |
PDActionEmbeddedGoTo.setFile(PDFileSpecification fs)
This will set the file in which the destination is located.
|
void |
PDActionRemoteGoTo.setFile(PDFileSpecification fs)
This will set the file in which the destination is located.
|
void |
PDActionSubmitForm.setFile(PDFileSpecification fs)
This will set the file in which the destination is located.
|
void |
PDActionLaunch.setFile(PDFileSpecification fs)
This will set the application to be launched or the document
to be opened or printed.
|
| Modifier and Type | Method and Description |
|---|---|
PDFileSpecification |
PDAnnotationFileAttachment.getFile()
Return the attached file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDAnnotationFileAttachment.setFile(PDFileSpecification file)
Set the attached file.
|
Copyright © 2019 sejda. All rights reserved.