CellTextArea Constructors
Contains text and formatting information for a table cell.| Name | Parameters | Description |
|---|---|---|
| CellTextArea() | none | Initializes a new instance of the CellTextArea class. |
| CellTextArea(String, ParagraphProperties, ParagraphProperties[]) | text, paragraphProperties, listLevelStyles | Initializes a new instance of the CellTextArea class with specified settings. |
| CellTextArea(String) | text | Initializes a new instance of the CellTextArea class with specified settings. |
See Also