org.foray.area
Class BookmarkTitleArea

java.lang.Object
  extended by org.foray.area.BookmarkTitleArea

public final class BookmarkTitleArea
extends Object

The AreaTree representation of an fo:bookmark-title object.


Method Summary
 BookmarkArea getParent()
          Returns the parent bookmark area.
 String getTitleText()
          Return the text for this bookmark title.
 Color traitColor()
          Returns the color of this node.
 org.axsl.font.Font.Style traitFontStyle()
          Returns the font style (normal, italic, etc.) for this area.
 org.axsl.font.Font.Weight traitFontWeight()
          Returns the relative boldness of the font-family typeface that should be used.
 org.axsl.fo.fo.BookmarkTitle traitGeneratedBy()
          Returns the FO Tree bookmark-title object that generated this.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTitleText

public String getTitleText()
Return the text for this bookmark title.

Returns:
The text for this bookmark title.

getParent

public BookmarkArea getParent()
Returns the parent bookmark area.

Returns:
The parent bookmark area.

traitGeneratedBy

public org.axsl.fo.fo.BookmarkTitle traitGeneratedBy()
Returns the FO Tree bookmark-title object that generated this.

Returns:
The FO Tree bookmark-title object that generated this.

traitColor

public Color traitColor()
Returns the color of this node.

Returns:
The color of this node.

traitFontWeight

public org.axsl.font.Font.Weight traitFontWeight()
Returns the relative boldness of the font-family typeface that should be used.

Returns:
The font weight constant for this area.

traitFontStyle

public org.axsl.font.Font.Style traitFontStyle()
Returns the font style (normal, italic, etc.) for this area.

Returns:
The font style.


Copyright © 2017. All rights reserved.