IMultiPartitionDevice
All Implemented Interfaces: com.aspose.page.IMultiPageDevice
public interface IMultiPartitionDevice extends IMultiPageDevice
Basic interface for multi-partition device.
Methods
| Method | Description |
|---|---|
| closePartition() | Accomplishes the current document partition. |
| getCurrentRelativePageNumber() | Returns the relative number of the current page within the current document partition. |
| openPartition() | Starts the new document partition. |
closePartition()
public abstract void closePartition()
Accomplishes the current document partition.
getCurrentRelativePageNumber()
public abstract int getCurrentRelativePageNumber()
Returns the relative number of the current page within the current document partition.
Returns: int - The relative number of the current page within the current document partition.
openPartition()
public abstract void openPartition()
Starts the new document partition.