Class TextNode
java.lang.Object
com.grapecity.documents.excel.expressions.SyntaxNode
com.grapecity.documents.excel.expressions.TerminalNode
com.grapecity.documents.excel.expressions.ConstNode
com.grapecity.documents.excel.expressions.TextNode
Represents a string literal node in the syntax tree.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.grapecity.documents.excel.expressions.TerminalNode
getChildren
-
Constructor Details
-
TextNode
Creates a newTextNodefromstring.- Parameters:
value- The string value. The value can't benull(Nothing).
-
-
Method Details
-
getValue
Gets the text of this node. The value can't benull(Nothing). -
setValue
Sets the text of this node. The value can't benull(Nothing).
-