pdfbookmarkwidget-ag凯发旗舰厅
com.spire.pdf.bookmarks
class pdfbookmarkwidget
java.lang.object
com.spire.pdf.bookmarks.pdfbookmarkcollection
com.spire.pdf.bookmarks.pdfbookmark
com.spire.pdf.bookmarks.pdfbookmarkwidget
- all implemented interfaces:
- com.spire.ms.system.collections.ienumerable, ipdfwrapper, java.lang.iterable
public class pdfbookmarkwidget
- extends pdfbookmark
represents loaded bookmark class.
pdfbookmarkwidget
public pdfbookmarkwidget( dictionary,
crosstable)
getdestination
public pdfdestination getdestination()
- gets the outline destination.
- overrides:
getdestination
in class pdfbookmark
setdestination
public void setdestination(pdfdestination value)
- sets the outline destination.
- overrides:
setdestination
in class pdfbookmark
gettitle
public java.lang.string gettitle()
- gets or sets the outline title.
the outline title is the text,
which appears in the outline tree as a tree node.
- overrides:
gettitle
in class pdfbookmark
settitle
public void settitle(java.lang.string value)
- description copied from class:
pdfbookmark
- sets the outline title.
the outline title is the text,
which appears in the outline tree as a tree node.
- overrides:
settitle
in class pdfbookmark
getcolor
public pdfrgbcolor getcolor()
- gets the color.
- overrides:
getcolor
in class pdfbookmark
setcolor
public void setcolor(pdfrgbcolor value)
- sets the color.
- overrides:
setcolor
in class pdfbookmark
getdisplaystyle
public pdftextstyle getdisplaystyle()
- gets the text style.
- overrides:
getdisplaystyle
in class pdfbookmark
setdisplaystyle
public void setdisplaystyle(pdftextstyle value)
- sets the text style.
- overrides:
setdisplaystyle
in class pdfbookmark