public class TocSectionContent extends ASectionContent
| Constructor and Description |
|---|
TocSectionContent(SectionTemplate sectionTemplate,
DocumentId documentId,
java.util.List<SectionTemplate> sectionTemplates) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SectionContentVisitor<T> visitor) |
java.util.List<TocElement> |
getTocElements() |
getDocumentId, getSectionTemplatepublic TocSectionContent(SectionTemplate sectionTemplate, DocumentId documentId, java.util.List<SectionTemplate> sectionTemplates)
public <T> T accept(SectionContentVisitor<T> visitor) throws java.lang.Exception
java.lang.Exceptionpublic java.util.List<TocElement> getTocElements()