public class PageInfo extends Object
| Constructor and Description |
|---|
PageInfo(int pageNumber,
String pageNumberString)
Creates a new object.
|
| Modifier and Type | Method and Description |
|---|---|
static PageInfo |
fromProcessingHints(Map hints)
|
int |
getPageNumber()
Returns the page number
|
String |
getPageNumberString()
Returns the string representation of the page number (ex.
|
public PageInfo(int pageNumber,
String pageNumberString)
pageNumber - the page numberpageNumberString - the string representation of the page number (ex. "12" or "XII")public static PageInfo fromProcessingHints(Map hints)
hints - the processing hintspublic int getPageNumber()
public String getPageNumberString()
Copyright © 2003–2023. All rights reserved.