Interface ITocListener
-
public interface ITocListener
This listener is used to notify about different structural elements of the table of content.- Since:
- 4.0M1
- Version:
- $Id: af5052987662edef923580162c1e7733e032c5dc $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beginItem()
void
beginLevel(int headerLevel)
void
endItem()
void
endLevel(int headerLevel)
-