public class BookmarkDescriptor extends Object
| Constructor and Description |
|---|
BookmarkDescriptor(String hierarchy,
int pageIndex,
String text) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHierarchy() |
int |
getPageIndex() |
String |
getText() |
void |
setHierarchy(String hierarchy) |
void |
setPageIndex(int pageIndex) |
void |
setText(String text) |
Copyright © 2022–2025 Iron Software. All rights reserved.