ICellFormat interface
Namespace: NextDesign.Desktop.DocumentGenerator.Word
Description
Controls cell formatting.
Affiliation area
| Name | Description |
|---|---|
| Document Generation | APIs to access document generation. |
Property
| Name | Description |
|---|---|
| BackgroundPatternColor | Gets or sets the color applied to the cell background. |
| BottomPadding | Gets or sets the amount of space (in points) to add below the cell contents. |
| FitText | Gets or sets whether the cell text should be fit within the cell. |
| HorizontalMerge | Gets or sets how cells are horizontally merged with other cells in a row. |
| LeftPadding | Gets or sets the amount of space (in points) to add to the left of the cell contents. |
| RightPadding | Gets or sets the amount of space (in points) to add to the right of the cell contents. |
| TopPadding | Gets or sets the amount of space (in points) to add above the cell contents. |
| VerticalMerge | Gets or sets how cells are vertically merged with other cells. |
| Width | Gets or sets the cell width in points. |
| WrapText | Gets or sets whether to wrap cell text. |
Method
| Name | Description |
|---|---|
| ClearFormatting | Resets to default cell formatting. The width of the cell does not change. |