| Package | Description |
|---|---|
| com.groupdocs.editor.options |
The com.groupdocs.editor.options namespace provides interfaces for load and save options.
|
| Modifier and Type | Field and Description |
|---|---|
static PageRange |
PageRange.AllPages
Represents all existing pages of a document.
|
| Modifier and Type | Method and Description |
|---|---|
PageRange |
PageRange.Clone()
Deprecated.
|
static PageRange |
PageRange.fromBeginningWithCount(int pageCount)
Creates a page range, that starts from the first page and has specified amount of pages
|
static PageRange |
PageRange.fromStartPageTillEnd(int startPageNumber)
Creates a page range, that starts from the specified page number and continues till the end of the document
|
static PageRange |
PageRange.fromStartPageTillEndPage(int startPageNumber,
int endPageNumber)
Creates a page range, that starts from the specified page number (inclusively) and continues until the specified page number (exclusively)
|
static PageRange |
PageRange.fromStartPageWithCount(int startPageNumber,
int pageCount)
Creates a page range, that starts from the specified page number and has specified amount of pages, or unlimited page count (till the end)
|
PageRange |
FixedLayoutEditOptionsBase.getPages()
Allows to set a page range to process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageRange.CloneTo(PageRange that)
Deprecated.
|
boolean |
PageRange.equals(PageRange other)
Detects whether this instance of PageRange is equal to specified
|
static boolean |
PageRange.equals(PageRange obj1,
PageRange obj2)
Deprecated.
|
void |
FixedLayoutEditOptionsBase.setPages(PageRange value)
Allows to set a page range to process.
|
Copyright © 2024. All rights reserved.