public interface Bookmark
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends Bookmark> |
getChildren()
The child bookmarks in this bookmark.
|
java.lang.String |
getDestination()
Returns the destination associated with this bookmark.
|
java.lang.String |
getTitleText()
Returns the text of the title.
|
java.awt.Color |
traitColor()
Returns the color of this node.
|
Font.Style |
traitFontStyle()
Returns the font style (normal, italic, etc.) for this area.
|
Font.Weight |
traitFontWeight()
Returns the relative boldness of the font-family typeface that should be
used.
|
java.lang.String getTitleText()
java.awt.Color traitColor()
Font.Weight traitFontWeight()
Font.Style traitFontStyle()
java.lang.String getDestination()
java.util.List<? extends Bookmark> getChildren()
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.