Class TextBuffer

    • Constructor Detail

      • TextBuffer

        public TextBuffer()
    • Method Detail

      • getText

        public final String getText()
        Returns the content text.
        Returns:
        the content text
      • setText

        public final void setText​(String value)
        Sets the content text.
        Parameters:
        value - the new content text.