public interface IMultiPartitionDevice extends IMultiPageDevice
Basic interface for multi-partition device.
Modifier and Type | Method and Description |
---|---|
void |
closePartition()
Accomplishes the current document partition.
|
int |
getCurrentRelativePageNumber()
Returns the relative number of the current page within the current document partition.
|
void |
openPartition()
Starts the new document partition.
|
closePage, getCurrentPageNumber, initPageNumbers, openPage, openPage, updatePageParameters
int getCurrentRelativePageNumber()
Returns the relative number of the current page within the current document partition.
void openPartition()
Starts the new document partition.
void closePartition()
Accomplishes the current document partition.