Uses of Class org.pdfbox.pdmodel.common.filespecification.PDFileSpecification

Uses in package org.pdfbox.pdmodel.fdf

Methods with parameter type org.pdfbox.pdmodel.common.filespecification.PDFileSpecification

void
This will set the file specification.
void
This will set the file specification for this named page reference.

Methods with return type org.pdfbox.pdmodel.common.filespecification.PDFileSpecification

PDFileSpecification
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
This will get the file specification of this reference.

Uses in package org.pdfbox.pdmodel.common

Methods with parameter type org.pdfbox.pdmodel.common.filespecification.PDFileSpecification

void
Set the file specification.
void
Set the file specification.

Methods with return type org.pdfbox.pdmodel.common.filespecification.PDFileSpecification

PDFileSpecification
This will get the file specification for this stream.
PDFileSpecification
This will get the file specification for this stream.

Uses in package org.pdfbox.pdmodel.interactive.action.type

Methods with parameter type org.pdfbox.pdmodel.common.filespecification.PDFileSpecification

void
This will set the application to be launched or the document to be opened or printed.
void
This will set the file in which the destination is located.

Methods with return type org.pdfbox.pdmodel.common.filespecification.PDFileSpecification

PDFileSpecification
This will get the application to be launched or the document to be opened or printed.
PDFileSpecification
This will get the file in which the destination is located.

Uses in package org.pdfbox.pdmodel.interactive.annotation

Methods with parameter type org.pdfbox.pdmodel.common.filespecification.PDFileSpecification

void
Set the attached file.

Methods with return type org.pdfbox.pdmodel.common.filespecification.PDFileSpecification

PDFileSpecification
Return the attached file.

Uses in package org.pdfbox.pdmodel.common.filespecification

Classes derived from org.pdfbox.pdmodel.common.filespecification.PDFileSpecification

class
This represents a file specification.
class
A file specification that is just a string.

Methods with return type org.pdfbox.pdmodel.common.filespecification.PDFileSpecification

PDFileSpecification
A file specfication can either be a COSString or a COSDictionary.