RemoteDestination Class Documentation
classRemoteDestinationNamespace:com::datalogics::PDFL
Detailed Description
A view of a page contained in a separate document. A RemoteDestination is not the same as a ViewDestination; the two objects are not interchangeable.
Referenced by
Uses types
Constructor & Destructor Documentation
RemoteDestination
Parameters
Construct a RemoteDestination.
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 voidequals
booleanequals(Objectrhs)Parameters
rhs: Object
Returns:
booleanfinalize
voidfinalize()Returns:
voidgetDestRect
RectgetDestRect()Returns:
RectThe destination rectangle.
getFitType
StringgetFitType()Returns:
StringThe fit type.
getNULL_VALUE
static doublegetNULL_VALUE()Returns:
doubleConstant used for "null" values in destination rectangles or zoom.
getPDFObject
PDFObjectgetPDFObject()Returns:
PDFObjectRetrieve the PDFObject representation of this Remote Destination.
getPageNumber
intgetPageNumber()Returns:
intThe page number of the destination.
getZoom
doublegetZoom()Returns:
doubleThe zoom factor for the destination.
sameTypeEquals
booleansameTypeEquals(RemoteDestinationarg0)Parameters
arg0: RemoteDestination
Returns:
booleansetDestRect
voidsetDestRect(RectdestRect)Parameters
destRect: Rect
Returns:
voidSet the rectangle for the destination.
setFitType
voidsetFitType(StringremoteDestFitType)Parameters
remoteDestFitType: String
Returns:
voidSet the fit type for the destination.
setPageNumber
voidsetPageNumber(intremoteDestPageNum)Parameters
remoteDestPageNum: int
Returns:
voidSet the page number of the destination (page numbers start at 0)
setZoom
voidsetZoom(doublezoomFactor)Parameters
zoomFactor: double
Returns:
voidSet the zoom factor for the destination.
toString
StringtoString()Returns:
String