public interface SectionContentBuilder
| Modifier and Type | Method and Description |
|---|---|
HistorySectionContent |
buildHistorySectionContent(Document document,
SectionTemplate sectionTemplate) |
ReferenceSectionContent |
buildReferenceSectionContent(Document document,
SectionTemplate sectionTemplate) |
TermSectionContent |
buildTermSectionContent(Document document,
SectionTemplate sectionTemplate) |
TextSectionContent |
buildTextSectionContent(Document document,
SectionTemplate sectionTemplate) |
TitleSectionContent |
buildTitleSectionContent(Document document,
SectionTemplate sectionTemplate) |
TocSectionContent |
buildTocSectionContent(Document document,
SectionTemplate sectionTemplate) |
HistorySectionContent buildHistorySectionContent(Document document, SectionTemplate sectionTemplate)
ReferenceSectionContent buildReferenceSectionContent(Document document, SectionTemplate sectionTemplate)
TermSectionContent buildTermSectionContent(Document document, SectionTemplate sectionTemplate)
TextSectionContent buildTextSectionContent(Document document, SectionTemplate sectionTemplate)
TitleSectionContent buildTitleSectionContent(Document document, SectionTemplate sectionTemplate)
TocSectionContent buildTocSectionContent(Document document, SectionTemplate sectionTemplate)