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. |
To learn how to build this same element using JSON coding, visit:
Develop the Term with JSON