public class EmptyTextSectionContent extends ASectionContent implements TextSectionContent
| Constructor and Description |
|---|
EmptyTextSectionContent(DocumentId documentId,
SectionTemplate sectionTemplate) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SectionContentVisitor<T> visitor) |
java.lang.String |
getText() |
getDocumentId, getSectionTemplateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocumentId, getSectionTemplatepublic EmptyTextSectionContent(DocumentId documentId, SectionTemplate sectionTemplate)
public java.lang.String getText()
getText in interface TextSectionContentpublic <T> T accept(SectionContentVisitor<T> visitor) throws java.lang.Exception
accept in interface SectionContentjava.lang.Exception