bookmarklevel-ag凯发旗舰厅



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()
          initializes a new instance of the bookmarklevel class
 
method summary
 java.util.list<bookmarklevel> getchildobjects()
          gets the child objects.
 java.awt.color getcolor()
           
 int getlevel()
          gets the level.
 java.lang.string getname()
          gets the name of the bookmark.
 bookmarktextstyle getstyle()
           
 void setcolor(java.awt.color value)
          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()
initializes a new instance of the bookmarklevel class
method detail

getchildobjects

public java.util.list<bookmarklevel> getchildobjects()
gets the child objects.
returns:
list of bookmarklevel

getcolor

public java.awt.color getcolor()

setcolor

public void setcolor(java.awt.color value)
sets the text color of the bookmark when convert to pdf. the default value is the "saddlebrown" color(#ff8b4513).
parameters:
value - color

getname

public java.lang.string getname()
gets the name of the bookmark.
returns:
bookmark name

getlevel

public int getlevel()
gets the level.
returns:
the level

getstyle

public bookmarktextstyle getstyle()

setstyle

public void setstyle(bookmarktextstyle value)
sets the text style of the bookmark when convert to pdf. the default value is the bold.
parameters:
value - bookmarktextstyle


网站地图