com.spire.doc.documents.rendering
Class BookmarkLevel

java.lang.Object
  extended by com.spire.doc.documents.rendering.BookmarkLevel

public class BookmarkLevel
extends java.lang.Object

Class BookmarkLevel.


Constructor Summary
BookmarkLevel()
           
 
Method Summary
 java.util.List getChildObjects()
          Gets the child objects.
 java.awt.Color getColor()
          Gets or Sets the text color of the bookmark when convert to PDF.
 int getLevel()
          Gets or sets the level.
 java.lang.String getName()
          Gets the name of the bookmark.
 BookmarkTextStyle getStyle()
          Sets the text style of the bookmark when convert to PDF.
 void setColor(java.awt.Color value)
          Gets or Sets the text color of the bookmark when convert to PDF.
 void setStyle(BookmarkTextStyle value)
          Sets the text style of the bookmark when convert to PDF.
 

Constructor Detail

BookmarkLevel

public BookmarkLevel()
Method Detail

getChildObjects

public java.util.List getChildObjects()
Gets the child objects.


getColor

public java.awt.Color getColor()
Gets or Sets the text color of the bookmark when convert to PDF. the default value is the "SaddleBrown" color(#FF8B4513).


setColor

public void setColor(java.awt.Color value)
Gets or Sets the text color of the bookmark when convert to PDF. the default value is the "SaddleBrown" color(#FF8B4513).


getName

public java.lang.String getName()
Gets the name of the bookmark.


getLevel

public int getLevel()
Gets or sets the level.

Returns:
The level.

getStyle

public BookmarkTextStyle getStyle()
Sets the text style of the bookmark when convert to PDF. the default value is the Bold.


setStyle

public void setStyle(BookmarkTextStyle value)
Sets the text style of the bookmark when convert to PDF. the default value is the Bold.