|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.bookmarks.pdfbookmarkcollection
com.spire.pdf.bookmarks.pdfbookmark
public class pdfbookmark
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 |
---|
public pdfbookmark(java.lang.string title, pdfbookmarkcollection parent, pdfbookmark previous, pdfbookmark next)
public pdfbookmark(java.lang.string title, pdfbookmarkcollection parent, pdfbookmark previous, pdfbookmark next, pdfdestination dest)
public pdfbookmark( dictionary, crosstable)
method detail |
---|
public pdfdestination getdestination()
public void setdestination(pdfdestination value)
public java.lang.string gettitle()
public void settitle(java.lang.string value)
public pdfrgbcolor getcolor()
public void setcolor(pdfrgbcolor value)
public pdftextstyle getdisplaystyle()
public void setdisplaystyle(pdftextstyle value)
public boolean getexpandbookmark()
public void setexpandbookmark(boolean value)
public pdfaction getaction()
public void setaction(pdfaction value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |