Package | Description |
---|---|
org.apache.pdfbox.pdmodel.common |
High level PD classes that are used throughout several packages are placed in the PDModel common package.
|
org.apache.pdfbox.pdmodel.common.filespecification |
The file specification package defines classes that are used for the PDF File Specification logic.
|
org.apache.pdfbox.pdmodel.fdf |
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
|
org.apache.pdfbox.pdmodel.interactive.action |
This package represents actions that can be performed in a PDF document.
|
org.apache.pdfbox.pdmodel.interactive.annotation |
The annotation package contains classes that work with PDF annotation elements.
|
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.
|
Modifier and Type | Method and Description |
---|---|
PDFileSpecification |
FDFDictionary.getFile()
The source file or target file: the PDF document file that this FDF file was exported from or is intended to be
imported into.
|
PDFileSpecification |
FDFNamedPageReference.getFileSpecification()
This will get the file specification of this reference.
|
Modifier and Type | Method and Description |
---|---|
List<PDFileSpecification> |
FDFDictionary.getEmbeddedFDFs()
This will get the list of embedded FDF entries, or null if the entry is null.
|
Modifier and Type | Method and Description |
---|---|
void |
FDFDictionary.setFile(PDFileSpecification fs)
This will set the file specification.
|
void |
FDFNamedPageReference.setFileSpecification(PDFileSpecification fs)
This will set the file specification for this named page reference.
|
Modifier and Type | Method and Description |
---|---|
void |
FDFDictionary.setEmbeddedFDFs(List<PDFileSpecification> embedded)
This will set the list of embedded FDFs.
|
Modifier and Type | Method and Description |
---|---|
PDFileSpecification |
PDActionThread.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 |
PDActionRemoteGoTo.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.
|
PDFileSpecification |
PDActionImportData.getFile()
This will get the file in which the destination is located.
|
Modifier and Type | Method and Description |
---|---|
void |
PDActionThread.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 |
PDActionRemoteGoTo.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.
|
void |
PDActionImportData.setFile(PDFileSpecification fs)
This will set the file in which the destination is located.
|
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 © 2002–2016 The Apache Software Foundation. All rights reserved.