PageFragment Class
A base class for fragments placed on a PDF page.
Declaration
public abstract class PageFragment extends JavaObject implements ICloneable
Remarks
Refer to the following help topic for additional information: Add Content to Pages.
Implements
com.devexpress.system.ICloneable
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
PageFragment
PageFragment()
Initializes a new instance of the PageFragment class.
Declaration
public PageFragment()
Methods
clone(DocumentCloneContext context) Method
Clones the page fragment in the specified clone context.
Declaration
public PageFragment clone(DocumentCloneContext context)
Parameters
| Name | Type | Description |
|---|---|---|
| context | DocumentCloneContext | The context that controls the clone operation. |
Returns
| Type | Description |
|---|---|
PageFragment |
The cloned page fragment. |
deepClone() Method
Creates a deep copy of the page fragment.
Declaration
public PageFragment deepClone()
Returns
| Type | Description |
|---|---|
PageFragment |
A deep copy of the page fragment. |
objectClone() Method
Clones the page fragment as an object.
Declaration
public Object objectClone()
Returns
| Type | Description |
|---|---|
| Object | A cloned page fragment object. |