Represents a cell in a table. Cells are arranged in a grid of rows and columns, and can span more than one rows or columns if needed. Each cell can display an image and a text label.
The following tables list the members exposed by the Cell type.
Name | Description | |
---|---|---|
![]() |
Overloaded. Initializes a new instance of the Cell class. |
Name | Description | |
---|---|---|
![]() |
Creates a copy of the cell. |
|
![]() |
Gets the Brush used to fill the cell's interior. |
|
![]() |
Gets the number of columns spanned by this cell. |
|
![]() |
Implements InplaceEditable.getEditRect. Returns the rectangle where the in-place edit text box should appear (in document coordinates). |
|
![]() |
Gets the font used to draw the text of this cell. |
|
![]() |
Gets the hyperlink associated with the cell. |
|
![]() |
Gets the image that is displayed inside the cell. |
|
![]() |
Gets a value indicating how the image displayed inside the cell is aligned relatively to the cell bounds. |
|
![]() |
Gets the plain text extracted from the formatted text by removing the formatting tags. |
|
![]() |
Gets the number of rows spanned by this cell. |
|
![]() |
Gets the TableNode containing the cell. |
|
![]() |
Gets the text that is displayed inside the cell. |
|
![]() |
Gets the color used to draw the text of this cell. |
|
![]() |
Gets a TextFormat object specifying how to format and align the text of this cell. |
|
![]() |
Gets the spacing between the cell's boundaries and its text. |
|
![]() |
Gets the size of the text displayed in this cell. |
|
![]() |
Implements InplaceEditable.getTextToEdit. Returns the text that should be displayed initially when this cell is edited in-place. |
|
![]() |
Gets the tooltip text that is displayed when the pointer rests for a while over this cell. |
|
![]() |
Implements Externalizable. |
|
![]() |
Styled text rendering callback. |
|
![]() |
Sets the Brush used to fill the cell's interior. |
|
![]() |
Sets the number of columns spanned by this cell. |
|
![]() |
Implements InplaceEditable.setEditedText. Assigns the edited text to the cell after in-place edit operation completes successfully |
|
![]() |
Sets the font used to draw the text of this cell. |
|
![]() |
Sets the hyperlink associated with the cell. |
|
![]() |
Sets the image that should be displayed inside the cell. |
|
![]() |
Sets a value indicating how the image displayed inside the cell should be aligned relatively to the cell bounds. |
|
![]() |
Sets the number of rows spanned by this cell. |
|
![]() |
Sets the text that should be displayed inside the cell. |
|
![]() |
Sets the color used to draw the text of this cell. |
|
![]() |
Sets a TextFormat object specifying how to format and align the text of this cell. |
|
![]() |
Sets the spacing between the cell's boundaries and its text. |
|
![]() |
Sets the tooltip text that should be displayed when the pointer rests for a while over this cell. |
|
![]() |
Implements Externalizable. |
Name | Description | |
---|---|---|
![]() |
|
|
![]() |
|