FileSpecification Class Documentation
classFileSpecificationNamespace:com::datalogics::PDFL
Detailed Description
Refers to the location of a PDF file within a file system. The PDF file system is known more commonly as the file path name.
The reference can be either absolute, as in a complete path name, or relative to the current place in a directory structure.
Referenced by
Constructor & Destructor Documentation
Member Function Documentation
DisposeChildren
voidDisposeChildren()Returns:
void[static initializer]
static void[static initializer]()delete
synchronized voiddelete(Booleandisposing)Parameters
disposing: Boolean
Returns:
synchronized voiddelete
synchronized voiddelete()Returns:
synchronized voidfinalize
voidfinalize()Returns:
voidgetPDFObject
PDFObjectgetPDFObject()Returns:
The underlying PDFObject for this FileSpecification.Retrieve the PDFObject representation of this object.
getPath
StringgetPath()Returns:
The file path as a string, which may be relative or absolute.Gets the path to the file referenced.
toString
StringtoString()Returns:
The path to the file referenced by this FileSpecification.Returns a string representation of this FileSpecification. The returned value is the file path referenced by this specification.