In this dialog box, the settings for the selected cells of the table can be set.
The following angles are supported:
| Value | Angle | Meaning |
|---|---|---|
| Horizontal | 0° | Reading from left to right |
| Vertical | 90° | Reading from top to bottom |
| Vertical | 270° | Reading from bottom to top |
Cell Format
The number and date/time format for the selected cells can be set in this dialog group.
Value Meaning Text The text is displayed as it is typed in. Number If the text is a valid number, e.g. 37845.4567, the number of decimal places can be set. Invalid numbers are displayed as text. Date/Time Numbers are displayed as date/time values. The numbers are days since December, 30 1899 (see Overview Date and Time). The format can be set in the format dialog box. To open this dialog box click the Format button.
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.
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.
See also
Edit Object=>Table, Edit Object=>Placeholder-Dialog, Diagram=>More Diagram Functions=>Global Placeholders, Table Objects
id-147206