Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
PageInfo |
Document.getPageInfo()
Gets the page info.
|
PageInfo |
HtmlLoadOptions.getPageInfo()
Gets document page info
|
PageInfo |
IDocument.getPageInfo()
Gets the page info.
|
PageInfo |
MhtLoadOptions.getPageInfo()
Gets or sets document page info
|
PageInfo |
Page.getPageInfo()
Gets the page info.
|
PageInfo |
SvgLoadOptions.getPageInfo()
Gets page info that should be applied during loading of document.
|
Modifier and Type | Method and Description |
---|---|
void |
Document.setPageInfo(PageInfo value)
Sets the page info.
|
void |
HtmlLoadOptions.setPageInfo(PageInfo value)
Sets document page info
|
void |
IDocument.setPageInfo(PageInfo value)
Sets the page info.
|
void |
Page.setPageInfo(PageInfo value)
Sets the page info.
|
void |
SvgLoadOptions.setPageInfo(PageInfo value)
Sets page info that should be applied during loading of document.
|