#text

テキストの文字列。

構文

Reference_Syntax.#text.value = "text"

文字列

任意の有効な文字列。

バージョン

XFA 2.1

JavaScript

TextField1.caption.value.resolveNode("#text").value = "This is a caption.";

FormCalc

TextField1.caption.value.#text.value = "This is a caption."