| Package | Description |
|---|---|
| com.groupdocs.viewer.options |
The package provides classes to specify additional options when rendering documents.
|
| Modifier and Type | Method and Description |
|---|---|
WordsPageNumberLocation |
WordProcessingOptions.getPageNumberLocation()
Allows to forcibly apply page numbering for the loaded WordProcessing document.
|
static WordsPageNumberLocation |
WordsPageNumberLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WordsPageNumberLocation[] |
WordsPageNumberLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WordProcessingOptions.setPageNumberLocation(WordsPageNumberLocation pageNumberLocation)
Allows to forcibly apply page numbering for the loaded WordProcessing document.
|
Copyright © 2026 Aspose Pty Ltd. All rights reserved.