In this dialog box, the cell text can be typed in.
The text can have multiple lines. You can use special characters and ANSI character sets. Characters or series of characters can be printed in sub- or superscript. The text can contain lines, arrows and symbols.
Edit text in this box.
More information about formatting the text can be found here: Text Objects and Edit Object=>Text.
Using this button a field function can be selected from a dialog box.
More information about field functions can be found in Field Functions.
The cell name can contain a placeholder. A placeholder is text that begins with a dollar sign, followed by the text, followed by another dollar sign, e.g. $Operator$.
The placeholders can be edited using a special dialog box or their text can be loaded from a data file using the data browser or using the command Load Placeholder Text form file (Right click outside the page to open the page context menu.)
To load the data from a data file the text within the $ symbols must agree with text in the global attributes of the selected NC file. The placeholder text is case sensitive. Values will be transformed into strings. If the NC attribute contains a vector, the elements will separated by a comma followed by a blank.
To access attributes of a specific variable the variable name must be separated from the attribute name with a period. Example: $Torque.long_name$.
The placeholder text can be loaded from a data file using the data browser. See The Data Browser. Select the type Text: Load Placeholder Text.
Comment
In the text of an object you can use special characters and the ANSI character sets. Characters or series of characters can be printed in sub- or superscript. Text can contain lines, arrows and symbols. See Text Objects.
Field functions are especially coded strings in text fields. They can be used to update information in documents automatically. They can be used with table or text drawing objects.
Example: The file name is displayed as a text box in a UniPlot document page. If the document is saved under a new name the field is updated and displays the new name.
Solution: Create a text box and type the following text: @f{documentname}. Instead of the string @f{documentname} the file name is displayed, e.g. c:\test.ipw.
id-415001