java.lang.Object | |
↳ | com.pdftron.pdf.model.UserBookmarkItem |
Structure for user bookmark
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public boolean | deleted | Whether this bookmark item was deleted | |||||||||
public boolean | isBookmarkEdited | Whether bookmark was edited | |||||||||
public int | pageNumber | Page number | |||||||||
public long | pageObjNum | Page object number | |||||||||
public Bookmark | pdfBookmark | PDF bookmark | |||||||||
public String | title | Title |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UserBookmarkItem()
Class constructor
| |||||||||||
UserBookmarkItem(Context context, long pageObjNum, int pageNumber)
Class constructor
| |||||||||||
UserBookmarkItem(JSONObject jsonObject)
Class constructor
Extracts fields from the specified JSON object |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
int | hashCode() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Whether this bookmark item was deleted
Whether bookmark was edited
Page number
Page object number
Title
Class constructor
Class constructor
context | The context |
---|---|
pageObjNum | The page obj number |
pageNumber | The page number |
Class constructor
Extracts fields from the specified JSON object
jsonObject | The JSON object |
---|