|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.bookmarks.pdfbookmarkcollection
public class pdfbookmarkcollection
this class plays two roles: it's a base class for all bookmarks and it's a root of a bookmarks tree.
constructor summary | |
---|---|
pdfbookmarkcollection()
|
|
pdfbookmarkcollection( dictionary,
crosstable)
|
method summary | |
---|---|
pdfbookmark |
add(java.lang.string title)
creates and adds an outline. |
void |
clear()
removes all the bookmark from the document. |
boolean |
contains(pdfbookmark outline)
determines whether the specified outline is a direct descendant of the outline base. |
pdfbookmark |
get(int index)
gets the at the specified index. |
int |
getcount()
gets number of the elements in the collection. |
pdfbookmark |
insert(int index,
java.lang.string title)
inserts a new outline at the specified index. |
void |
remove(java.lang.string title)
removes the specified bookmark from the document. |
void |
removeat(int index)
removes the specified bookmark from the document at the specified index. |
constructor detail |
---|
public pdfbookmarkcollection()
public pdfbookmarkcollection( dictionary, crosstable)
method detail |
---|
public int getcount()
public pdfbookmark get(int index)
public pdfbookmark add(java.lang.string title)
title
- the title of the new outline.
public boolean contains(pdfbookmark outline)
outline
- the outline.
public void remove(java.lang.string title)
title
- the title of the outline.public void removeat(int index)
index
- the index.public void clear()
public pdfbookmark insert(int index, java.lang.string title)
index
- the index.title
- the title of the new outline.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |