Skip to main content
Version: v18

Text

Overview

A text object allows you to display static written content (e.g., instructions, titles, labels, etc.) on a form. These static text areas can become dynamic when they include dynamic references. For more information, refer to Using references in static text.

JSON Example

 "myText": {
"type": "text",
"text": "Hello World!",
"textAlign": "center",
"left": 60,
"top": 160,
"width": 100,
"height": 20,
"stroke": "#ff0000" //text color
"fontWeight": "bold"
}

Rotation

4D lets you rotate text areas in your forms using the Orientation property.

Text rotation can be defined for a process using the OBJECT SET TEXT ORIENTATION language command.

Once a text is rotated, you can still change its size or position, as well as all its properties. Note that the text area’s height and width properties do not depend on its orientation:

  • If the object is resized in direction A, its width is modified;
  • If the object is resized in direction C, its height is modified;
  • If the object is resized in direction B, both its width and height are modified.

Supported Properties

Bold - Border Line Style - Bottom - Class - Fill Color - Font - Font Color - Height - Horizontal Alignment - Horizontal Sizing - Italic - Left - Line Color - Line Width - Object Name - Orientation - Right - Title - Top - Type - Underline - Vertical Sizing - Visibility - Width