public static class PDFBookmarkIterator.BookmarkData
extends java.lang.Object
BookmarkData
is an inner class defined for bookmark data
object.Modifier and Type | Field and Description |
---|---|
int |
color
Color used for displaying title, alpha component is omitted.
|
int |
status
Current status of bookmark.
|
static int |
STATUS_BOLD
Show title as bold text in bookmark.
|
static int |
STATUS_EXPANDED
Specify current bookmark is expanded or collapsed if it has children.
|
static int |
STATUS_ITALIC
Show title as italic text in bookmark.
|
static int |
STATUS_NORMAL
Show title as normal text in bookmark.
|
java.lang.String |
title
Bookmark title.
|
Constructor and Description |
---|
PDFBookmarkIterator.BookmarkData() |
public static final int STATUS_NORMAL
public static final int STATUS_BOLD
public static final int STATUS_ITALIC
public static final int STATUS_EXPANDED
public java.lang.String title
public int color
public int status
STATUS_XXX
and this
can be one or a combination of these constants.