Package | Description |
---|---|
com.aspose.html.drawing | |
com.aspose.html.rendering |
Modifier and Type | Method and Description |
---|---|
Page |
Page.deepClone() |
Modifier and Type | Method and Description |
---|---|
static Page |
PageSetup.getA4() |
Page |
PageSetup.getAnyPage()
Gets or sets all pages configuration in the the page-sequence.
|
Page |
PageSetup.getFirstPage_Rename_Namesake()
Gets dimensions of first page, which is used for Device.WindowSize determination.
|
Page |
PageSetup.getFirstPage()
Gets or sets the first page configuration.
|
Page |
PageSetup.getLastPage()
Gets or sets the last page configuration.
|
Page |
PageSetup.getLeftPage()
Gets the Odd Page configuration.
|
Page |
PageSetup.getRightPage()
Gets the Even Page configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
PageSetup.setAnyPage(Page value)
Gets or sets all pages configuration in the the page-sequence.
|
void |
PageSetup.setFirstPage(Page value)
Gets or sets the first page configuration.
|
void |
PageSetup.setLastPage(Page value)
Gets or sets the last page configuration.
|
void |
PageSetup.setLeftRightPage(Page leftPage,
Page rightPage)
Sets the Left/Right page configuration.
|