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 |
---|---|
static PageMode |
PageMode.getByValue(int value) |
PageMode |
Document.getNonFullScreenPageMode()
Gets page mode, specifying how to display the document on exiting full-screen mode.
|
PageMode |
IDocument.getNonFullScreenPageMode()
Gets page mode, specifying how to display the document on exiting full-screen mode.
|
PageMode |
Document.getPageMode()
Gets page mode, specifying how document should be displayed when opened.
|
PageMode |
IDocument.getPageMode()
Gets page mode, specifying how document should be displayed when opened.
|
static PageMode |
PageMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageMode[] |
PageMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Document.setNonFullScreenPageMode(PageMode value)
Sets page mode, specifying how to display the document on exiting full-screen mode.
|
void |
IDocument.setNonFullScreenPageMode(PageMode value)
Sets page mode, specifying how to display the document on exiting full-screen mode.
|
void |
Document.setPageMode(PageMode pageMode)
Sets page mode, specifying how document should be displayed when opened.
|
void |
IDocument.setPageMode(PageMode value)
Sets page mode, specifying how document should be displayed when opened.
|
Copyright © 2025 Aspose. All Rights Reserved.