Interface IText

  • All Superinterfaces:
    java.lang.CharSequence, ITemplateEvent
    All Known Implementing Classes:
    Text

    public interface IText
    extends ITemplateEvent, java.lang.CharSequence

    Event interface defining a Text, i.e. a part of a template that does not contain any kind of relevant structure.

    Note that any implementations of this interface should be immutable.

    Since:
    3.0.0
    • Method Detail

      • getText

        java.lang.String getText()

        Returns the Text as a String.

        Returns:
        the text.