CellTextArea Class
Contains text and formatting information for a table cell.
Declaration
public class CellTextArea extends OfficeTextArea
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
JavaObject
OfficeObject
OfficeTextArea
CellTextArea
Constructors
CellTextArea() Constructor
Initializes a new instance of the CellTextArea class.
Declaration
public CellTextArea()
CellTextArea(String text, TextParagraphProperties paragraphProperties, TextParagraphProperties[] listLevelStyles) Constructor
Initializes a new instance of the CellTextArea class with specified settings.
Declaration
public CellTextArea(String text, TextParagraphProperties paragraphProperties, TextParagraphProperties[] listLevelStyles)
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | The text content of the table cell. |
| paragraphProperties | TextParagraphProperties | The default paragraph properties applied to the text. |
| listLevelStyles | TextParagraphProperties[] | Paragraph properties for list levels. |
CellTextArea(String text) Constructor
Initializes a new instance of the CellTextArea class with specified settings.
Declaration
public CellTextArea(String text)
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | The text content of the table cell. |
Methods
deepClone() Method
Clones the current CellTextArea instance.
Declaration
public CellTextArea deepClone()
Returns
| Type | Description |
|---|---|
CellTextArea |
The cloned |