# SingleLineText
Class Inherits TextContent
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| OverflowStyles | Ellipsize <br> Hidden | Supported overflown text styles. |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | text as String | (None) | Creates a new instance of the class. |
| Attributes | Hidden | toJavaScript | |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| MaximumWidth | Double | 0 | The maximum width on the page that the text can occupy when rendered. |
| OverflowStyle | OverflowStyles | Nil | Determines how text is rendered when its length exceeds the MaximumWidth property value. |