java.lang.Object
com.nomagic.magicreport.engine.rtf.node.RTFText
All Implemented Interfaces:
RTFNode, Serializable

@OpenApiAll public class RTFText extends Object implements RTFNode
Node represent RTF text.
Since:
Jun 19, 2007
See Also:
  • Constructor Details

    • RTFText

      public RTFText()
  • Method Details

    • getTextContent

      public String getTextContent()
      Return a text content.
      Returns:
      the text content
    • setTextContent

      public void setTextContent(String textContent)
      Set a text content.
      Parameters:
      textContent - the text content to set