The Term element is used to display legal text, agreements, or informational content with a title and body. Both the title and text can be customized with font size, color, and style. Margins allow spacing between this element and other elements on the page.
| Field Name | Type | Default Value | Description |
|---|---|---|---|
| Name | String | {name} | Unique identifier for the term element. |
| Text | String | {text} | Main body text of the term. |
| Text.Color | Color | {textColor} | Color of the main text. |
| Text.Style | TextStyle | {textStyle} | Style of the main text (e.g., bold, italic). |
| Text.Size | Number | 16 | Font size of the main text. |
| Title | String | {title} | Header or title text of the term section. |
| Title.Color | Color | {titleColor} | Color of the title text. |
| Title.Style | TextStyle | {titleStyle} | Style of the title text. |
| Title.Size | Number | 20 | Font size of the title text. |
| Margin | Number | 20 | Outer spacing around the element. |
| MarginLine | Number | 10 | Vertical spacing relative to other elements. |
Coding:
{
"@Type": "Term",
"Name": "{name}",
"Text": "{text}",
"Text.Color": "{textColor}",
"Text.Style": "{textStyle}",
"Text.Size": 16,
"Title": "{title}",
"Title.Color": "{titleColor}",
"Title.Style": "{titleStyle}",
"Title.Size": 20,
"Margin": 20,
"MarginLine": 10
}
To see how to create this element in Applin Studio (no-code mode), visit:
Design the Term in Applin Studio