TextArea Constructors
| Name | Parameters | Description |
|---|---|---|
| TextArea() | none | Initializes a new instance of the TextArea class. |
| TextArea(String, ParagraphProperties, ParagraphProperties[]) | text, paragraphProperties, listLevelStyles | Initializes a new instance of the TextArea class with specified settings. |
| TextArea(String, ParagraphProperties) | text, paragraphProperties | Initializes a new instance of the TextArea class with specified settings. |
| TextArea(String) | text | Initializes a new instance of the TextArea class with specified settings. |
See Also