|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITOCTree
Represents a whole TOC tree.
| Method Summary | |
|---|---|
TOCNode |
findTOC(java.lang.String tocId)
Gets the TOCNode with the specified id. |
java.util.List |
findTOCByValue(java.lang.Object tocValue)
Gets the TOCNodes with specified TOC value. |
TOCNode |
getRoot()
Gets a TOC tree with specified format and locale. |
| Method Detail |
|---|
TOCNode findTOC(java.lang.String tocId)
tocId is null.
tocNodeId - the id of the toc.
java.util.List findTOCByValue(java.lang.Object tocValue)
tocValue - the name of the toc.
TOCNode getRoot()
null is provided as format, the returned TOCs will
includes all the TOCs.
format - the format, "pdf", e.g..locale - the locale.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||