类 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
表示语法树中的字符串字面量节点。
-
构造器概要
-
方法概要
从类继承的方法 com.grapecity.documents.excel.expressions.TerminalNode
getChildren
-
构造器详细资料
-
TextNode
从string
创建一个新的TextNode
。- 参数:
value
- 字符串值。该值不能为null
(Nothing
)。
-
-
方法详细资料
-
getValue
获取该节点的文本。该值不能为null
(Nothing
)。 -
setValue
设置该节点的文本。该值不能为null
(Nothing
)。
-