Class RTFText
java.lang.Object
com.nomagic.magicreport.engine.rtf.node.RTFText
- All Implemented Interfaces:
RTFNode,Serializable
Node represent RTF text.
- Since:
- Jun 19, 2007
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a text content.voidsetTextContent(String textContent) Set a text content.
-
Constructor Details
-
RTFText
public RTFText()
-
-
Method Details
-
getTextContent
Return a text content.- Returns:
- the text content
-
setTextContent
Set a text content.- Parameters:
textContent- the text content to set
-