|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.cete.dynamicpdf.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(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. |
int |
getCount()
Gets the number of outlines in the 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public int getCount()
public Outline getOutline(int index)
Outline object at the specified index.
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(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 | |||||||||