# MultiLineText
Class Inherits TextContent
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Attributes | Hidden | Function | |
| Constructor | text as String | (None) | Creates a new instance of the class. |
| Attributes | Hidden | toJavaScript | |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| LineSpacing | Double | 0 | Amount of space rendered between text lines. |
| MaximumWidth | Double | 0 | The maximum width on the page that the text can occupy when rendered. |
| PageMarginY | Double | 10 | The distance from the bottom of the page where the text should break and continue on the next page. |