Skip to main content

Destination Class

The base class that references a page with specific view parameters.

Declaration

public abstract class Destination extends JavaObject

Remarks

Refer to the following help topic for additional information: Create a Link to a PDF Page.

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.JavaObject
Destination

Destination()

Initializes a new instance of the Destination class.

Declaration

public Destination()

Methods

clone(DocumentCloneContext context) Method

Creates a copy of the current object.

Declaration

public Destination clone(DocumentCloneContext context)

Parameters

Name Type Description
context DocumentCloneContext

The document clone context.

Returns

Type Description
Destination

A copy of the current object.