类 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.
-
构造器详细资料
-
TextNode
Creates a newTextNode
fromstring
.- 参数:
value
- The string value. The value can't benull
(Nothing
).
-
-
方法详细资料
-
getValue
The text of this node. The value can't benull
(Nothing
). -
setValue
The text of this node. The value can't benull
(Nothing
).
-