Package | Description |
---|---|
com.aspose.note |
The
com.aspose.note namespace contains classes which represent document structure. |
Modifier and Type | Class and Description |
---|---|
class |
AlwaysSplitObjectsAlgorithm
Splits an object into several parts in case it doesn't fit in original page.
|
class |
KeepPartAndCloneSolidObjectToNextPageAlgorithm
Adds object's top part to the bottom of the page and clones full object to the next page in case it doesn't fit in original page.
|
class |
KeepSolidObjectsAlgorithm
Shifts full object to the next page in case it doesn't fit in original page.
|
Modifier and Type | Method and Description |
---|---|
PageSplittingAlgorithm |
PdfSaveOptions.getPageSplittingAlgorithm()
Gets or sets algorithm used for page splitting.
|
PageSplittingAlgorithm |
PrintOptions.getPageSplittingAlgorithm()
Gets or sets algorithm used for page splitting.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfSaveOptions.setPageSplittingAlgorithm(PageSplittingAlgorithm value)
Gets or sets algorithm used for page splitting.
|
void |
PrintOptions.setPageSplittingAlgorithm(PageSplittingAlgorithm value)
Gets or sets algorithm used for page splitting.
|