The P element represents a paragraph of text on the page.
It allows customization of font size, color, style, and alignment.
Margins can be adjusted to control spacing between other elements, and text can optionally be centered.

| Field Name | Type | Default Value | Description |
|---|---|---|---|
| Name | String | {name} | Internal unique identifier. |
| Text | String | {text} | The paragraph text content. |
| Text.Color | Color | {textColor} | Color of the text. |
| Text.Style | TextStyle | {textStyle} | Font style (e.g., normal, bold, italic). |
| Text.Size | Number | 16 | Font size of the text. |
| Margin | Number | 20 | Outer spacing around the paragraph. |
| MarginLine | Number | 10 | Vertical spacing relative to other elements. |
| Center | Boolean | false | Aligns the text to the center if true. |
To learn how to build this same element using JSON coding, visit:
Develop the P with JSON