FileSpecification Class Documentation

classFileSpecification

Namespace: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.

Uses types

Constructor & Destructor Documentation

FileSpecification

FileSpecification(Documentdoc, Stringpath)

Parameters

doc: Document

The document in which the file specification is created.

path: String

The string corresponding to the path of the file to reference. It may be relative or absolute.

Creates a new file specification object.

Member Function Documentation

DisposeChildren

voidDisposeChildren()

Returns:

void

[static initializer]

static void[static initializer]()

delete

synchronized voiddelete(Booleandisposing)

Parameters

disposing: Boolean

Returns:

synchronized void

delete

synchronized voiddelete()

Returns:

synchronized void

finalize

voidfinalize()

Returns:

void

getPDFObject

PDFObjectgetPDFObject()

Returns:

PDFObject

Retrieve the PDFObject representation of this object.

getPath

StringgetPath()

Returns:

String

The path to the file referenced.

toString

StringtoString()

Returns:

String