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.(for generator only, not filled in when reading document)
|
PageInfo |
HtmlLoadOptions.getPageInfo()
Gets document page info
|
PageInfo |
IDocument.getPageInfo()
Gets the page info.(for generator only, not filled in when reading document)
|
PageInfo |
MhtLoadOptions.getPageInfo()
Gets or sets document page info
|
PageInfo |
Page.getPageInfo()
Gets the page info.(for generator only, not filled in when reading document).
|
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.(for generator only, not filled in when reading document)
|
void |
HtmlLoadOptions.setPageInfo(PageInfo value)
Sets document page info
|
void |
IDocument.setPageInfo(PageInfo value)
Sets the page info.(for generator only, not filled in when reading document)
|
void |
Page.setPageInfo(PageInfo value)
Sets the page info.(for generator only, not filled in when reading document).
|
void |
SvgLoadOptions.setPageInfo(PageInfo value)
Sets page info that should be applied during loading of document.
|
Copyright © 2023 Aspose. All Rights Reserved.