|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.OutlineList
public class OutlineList
Represents a collection of outlines. See the Outlines and Bookmarks topic for more on Outlines.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
| Method Summary | |
|---|---|
Outline |
add(PdfOutline outline)
Adds an imported outline along with its children to the outline list. |
Outline |
add(PdfOutline outline,
boolean addChildOutline)
Adds an imported outline to the outline list. |
void |
add(PdfOutlineList outlines)
Adds all outlines from an imported outline list to the outline list. |
Outline |
add(java.lang.String text)
Adds an Outline object to the outline list. |
Outline |
add(java.lang.String text,
Action action)
Adds an Outline object to the outline list. |
java.util.Iterator |
getEnumerator()
Returns an enumerator that can iterate through the OutlineList. |
Outline |
getOutline(int index)
Gets the Outline object at the specified index. |
int |
size()
Gets the number of outlines in the list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int size()
public Outline getOutline(int index)
Outline object at the specified index.
index - the index of the outline.
public Outline add(java.lang.String text,
Action action)
Outline object to the outline list.
text - Text of the outline.action - Action or destination of the outline.
Outline object that is created.Outlinepublic Outline add(PdfOutline outline)
outline - Imported outline to add.
Outline object that is created.
Licensing:
This class is a DynamicPDF Merger Standard Edition feature.
One of the following licenses is required for non-evaluation usage:
public Outline add(PdfOutline outline,
boolean addChildOutline)
outline - Imported outline to add.addChildOutline - Specifies if the child outlines should be added as well.
Outline object that is created.
Licensing:
This class is a DynamicPDF Merger Standard Edition feature.
One of the following licenses is required for non-evaluation usage:
public void add(PdfOutlineList outlines)
outlines - Imported outline list to add.
Licensing:
This class is a DynamicPDF Merger Standard Edition feature.
One of the following licenses is required for non-evaluation usage:
public Outline add(java.lang.String text)
Outline object to the outline list.
text - Text of the outline.
Outline object that is created.Outlinepublic java.util.Iterator getEnumerator()
OutlineList.
OutlineList
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||