bookmarklevel-ag凯发旗舰厅
com.spire.doc.documents.rendering
class bookmarklevel
java.lang.object
com.spire.doc.documents.rendering.bookmarklevel
public class bookmarklevel
- extends java.lang.object
class bookmarklevel.
bookmarklevel
public bookmarklevel()
- initializes a new instance of the
bookmarklevel
class
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