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