public class Toc
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
DEFAULT_TOC_HEADING |
| Constructor and Description |
|---|
Toc(java.lang.String tocInstruction) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SwitchInterface> |
getSwitches() |
protected static java.lang.String |
getTocHeadingText() |
java.util.List<R> |
getTocInstruction()
Deprecated.
|
boolean |
hasErrors() |
static void |
setTocHeadingText(java.lang.String tocHeadingText)
Use the provided text for the ToC heading.
|
public Toc(java.lang.String tocInstruction)
throws TocException
TocExceptionpublic static void setTocHeadingText(java.lang.String tocHeadingText)
tocHeadingText - protected static java.lang.String getTocHeadingText()
public boolean hasErrors()
public java.util.List<SwitchInterface> getSwitches()
@Deprecated public java.util.List<R> getTocInstruction()
Copyright © 2007–2023. All rights reserved.