A Text Object 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
If the current word extends the line length (with of the text box), the word will be placed on a new line. Single newline symbols ("\r\n") will be ignored. Multiple consecutive newline symbols will remain. The word wrap will only take place at blank characters.
If the option Automatic Size Update in the dialog page Edit Object=>Position and Size is marked the text box height is calculated automatically.
Comment
Text-Objects
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-697636