|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.pdf.bookmarks.PdfBookmarkCollection
com.spire.pdf.bookmarks.PdfBookmark
com.spire.pdf.bookmarks.PdfBookmarkWidget
public class PdfBookmarkWidget
Represents loaded bookmark class.
Constructor Summary | |
---|---|
PdfBookmarkWidget(PdfDictionary dictionary,
PdfCrossTable crossTable)
|
Method Summary | |
---|---|
PdfRGBColor |
getColor()
Gets the color. |
PdfDestination |
getDestination()
Gets the outline destination. |
PdfTextStyle |
getDisplayStyle()
Gets the text style. |
java.lang.String |
getTitle()
Gets or sets the outline title. |
void |
setColor(PdfRGBColor value)
Sets the color. |
void |
setDestination(PdfDestination value)
Sets the outline destination. |
void |
setDisplayStyle(PdfTextStyle value)
Sets the text style. |
void |
setTitle(java.lang.String value)
Sets the outline title. |
Methods inherited from class com.spire.pdf.bookmarks.PdfBookmark |
---|
getAction, getExpandBookmark, setAction, setExpandBookmark |
Methods inherited from class com.spire.pdf.bookmarks.PdfBookmarkCollection |
---|
add, clear, contains, get, getCount, insert, remove, removeAt |
Constructor Detail |
---|
public PdfBookmarkWidget(PdfDictionary dictionary, PdfCrossTable crossTable)
Method Detail |
---|
public PdfDestination getDestination()
getDestination
in class PdfBookmark
public void setDestination(PdfDestination value)
setDestination
in class PdfBookmark
public java.lang.String getTitle()
getTitle
in class PdfBookmark
public void setTitle(java.lang.String value)
PdfBookmark
setTitle
in class PdfBookmark
public PdfRGBColor getColor()
getColor
in class PdfBookmark
public void setColor(PdfRGBColor value)
setColor
in class PdfBookmark
public PdfTextStyle getDisplayStyle()
getDisplayStyle
in class PdfBookmark
public void setDisplayStyle(PdfTextStyle value)
setDisplayStyle
in class PdfBookmark
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |