[]
The Word/RTF table cell object.
public class RtfCell : RtfTableObject, ICloneable
| Name | Description |
|---|---|
| BackFilling | Gets or sets the background filling color. |
| BottomPadding | Gets or sets bottom padding of this cell. |
| Content | Gets or sets RTF item content for this cell. |
| ForeFilling | Gets or sets the foreground filling color. |
| Height | Gets height for this cell. |
| Index | Gets index of the cell collection for this cell. |
| IsMerged | Gets merged or not this cell. |
| IsVisible | Gets visible or not this cell. |
| LeftPadding | Gets or sets left padding of this cell. |
| Merge | Gets merge type for this cell. |
| MergedCell | Gets merged cell for this cell or null. |
| MergedColumns | Gets merged columns for this cell. |
| MergedRows | Gets merged rows for this cell. |
| Pattern | Gets or sets the RTF pattern type. |
| Right | Gets right position for this cell. |
| RightPadding | Gets or sets right padding of this cell. |
| Row | Gets row object for this cell. |
| TextFlow | Gets or sets text flow (direct) of this cell. |
| TopPadding | Gets or sets top padding of this cell. |
| Width | Gets or sets width for this cell. |
| Name | Description |
|---|---|
| SetMerged(int, int) | Set merged for this cell. |