pdfbookmark-ag凯发旗舰厅



com.spire.pdf.bookmarks
class pdfbookmark

java.lang.object
  extended by com.spire.pdf.bookmarks.pdfbookmarkcollection
      extended by com.spire.pdf.bookmarks.pdfbookmark
all implemented interfaces:
com.spire.ms.system.collections.ienumerable, ipdfwrapper, java.lang.iterable
direct known subclasses:
pdfbookmarkwidget

public class pdfbookmark
extends pdfbookmarkcollection

each instance of this class represents an bookmark node in the bookmark tree.


constructor summary
pdfbookmark( dictionary,  crosstable)
           
(java.lang.string title, pdfbookmarkcollection parent, pdfbookmark previous, pdfbookmark next)
           
(java.lang.string title, pdfbookmarkcollection parent, pdfbookmark previous, pdfbookmark next, pdfdestination dest)
           
 
method summary
 pdfaction getaction()
          gets the action for the outline.
 pdfrgbcolor getcolor()
          gets the color.
 pdfdestination getdestination()
          gets the outline destination.
 pdftextstyle getdisplaystyle()
          gets othe text style.
 boolean getexpandbookmark()
          it's true,expand node it's false,collapse node
 java.lang.string gettitle()
          gets the outline title.
 void setaction(pdfaction value)
          sets the action for the outline.
 void setcolor(pdfrgbcolor value)
          sets the color.
 void setdestination(pdfdestination value)
          sets the outline destination.
 void setdisplaystyle(pdftextstyle value)
          sets the text style.
 void setexpandbookmark(boolean value)
          it's true,expand node it's false,collapse node
 void settitle(java.lang.string value)
          sets the outline title.
 
methods inherited from class com.spire.pdf.bookmarks.pdfbookmarkcollection
add, clear, contains, get, getcount, insert, remove, removeat
 
constructor detail

pdfbookmark

public pdfbookmark(java.lang.string title,
                   pdfbookmarkcollection parent,
                   pdfbookmark previous,
                   pdfbookmark next)

pdfbookmark

public pdfbookmark(java.lang.string title,
                   pdfbookmarkcollection parent,
                   pdfbookmark previous,
                   pdfbookmark next,
                   pdfdestination dest)

pdfbookmark

public pdfbookmark( dictionary,
                    crosstable)
method detail

getdestination

public pdfdestination getdestination()
gets the outline destination.

setdestination

public void setdestination(pdfdestination value)
sets the outline destination.

gettitle

public java.lang.string gettitle()
gets the outline title. the outline title is the text, which appears in the outline tree as a tree node.

settitle

public void settitle(java.lang.string value)
sets the outline title. the outline title is the text, which appears in the outline tree as a tree node.

getcolor

public pdfrgbcolor getcolor()
gets the color.

setcolor

public void setcolor(pdfrgbcolor value)
sets the color.

getdisplaystyle

public pdftextstyle getdisplaystyle()
gets othe text style.

setdisplaystyle

public void setdisplaystyle(pdftextstyle value)
sets the text style.

getexpandbookmark

public boolean getexpandbookmark()
it's true,expand node it's false,collapse node

setexpandbookmark

public void setexpandbookmark(boolean value)
it's true,expand node it's false,collapse node

getaction

public pdfaction getaction()
gets the action for the outline.

setaction

public void setaction(pdfaction value)
sets the action for the outline.


网站地图