ContentEntryImpl
public interface ContentEntry
Modifier and Type | Method | Description |
---|---|---|
OutputFile |
getFile() |
Get the file associated with the entry
|
int |
getLevel() |
Get the outline level of this
ContentEntry . |
java.lang.String |
getTarget() |
Get the name of a target within the file, if any
|
java.lang.String |
getTitle() |
Get the title for this entry
|
int getLevel()
ContentEntry
.
The top level is 1 (entries corresponding to indexes are considered
top level).
Note that intermediate levels may be missing (e.g. a heading of
level 3 may follow immediately after a heading of level 1).java.lang.String getTitle()
OutputFile getFile()
java.lang.String getTarget()