Interface ITextDS
- All Superinterfaces:
IElementDS
,IReportingDS
- All Known Implementing Classes:
ReportingTextDS
,TextDelegateDS
,TextDS
,XmlTextDS
This data source is used to initialize a text node.
- Since:
- 7.0
- Author:
- O. Kerpershoek
-
Method Summary
Modifier and TypeMethodDescriptionvoid
iterateContent
(ITextContentVisitor visitor) This method should iterate over the content of the text element and add the content to the provided visitor.Methods inherited from interface com.aquima.interactions.composer.ds.IElementDS
getName, getPresentationStyles
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
Method Details
-
iterateContent
This method should iterate over the content of the text element and add the content to the provided visitor.- Parameters:
visitor
- The visitor that should be used to add the content to.- Throws:
InitializationException
- This exception is thrown when the definition could not be initialized due to a fatal error.
-