<margin> node
Description
Sets text margins.
Attributes
| Attribute Name | Description | Type | Possible Values | Default Value |
|---|---|---|---|---|
| all | Sets margins for all sides in pixels. left, top, right, bottom attributes override this value. | Numeric | n/a | 3 |
| top | Sets top margin in pixels. | Numeric | n/a | 3 |
| bottom | Sets bottom margin in pixels. | Numeric | n/a | 3 |
| left | Sets left margin in pixels. | Numeric | n/a | 3 |
| right | Sets right margin in pixels. | Numeric | n/a | 3 |