Class TableCellStyle
Styling for table cells.
Inheritance
System.Object
TableCellStyle
Implements
IronSoftware.Abstractions.Word.ITableCellStyle
IronSoftware.Abstractions.Word.IDerivedStyle
IronSoftware.Abstractions.Word.IStyle
IronSoftware.Abstractions.Word.IWordDocumentObjectProperty
IronSoftware.Abstractions.IDocumentObjectProperty
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class TableCellStyle : Object, ITableCellStyle, ITableCellStyle, IDerivedStyle, IDerivedStyle, IStyle, IWordDocumentObjectProperty, IDocumentObjectProperty
Constructors
TableCellStyle()
Initializes a new instance of TableCellStyle.
Declaration
public TableCellStyle()
Properties
BaseStyle
The original base style definition a style is based off of.
Declaration
public IBaseStyle BaseStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| IBaseStyle |
BottomMargin
Declaration
public Nullable<uint> BottomMargin { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt32> |
InheritedStyle
The styling of the table this table cell is a part of.
Declaration
public ITableStyle InheritedStyle { get; }
Property Value
| Type | Description |
|---|---|
| ITableStyle |
LeftMargin
Declaration
public Nullable<uint> LeftMargin { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt32> |
RightMargin
Declaration
public Nullable<uint> RightMargin { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt32> |
TopMargin
Declaration
public Nullable<uint> TopMargin { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt32> |
Width
Declaration
public Nullable<long> Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Implements
IronSoftware.Abstractions.Word.ITableCellStyle
IronSoftware.Abstractions.Word.IDerivedStyle
IronSoftware.Abstractions.Word.IStyle
IronSoftware.Abstractions.Word.IWordDocumentObjectProperty
IronSoftware.Abstractions.IDocumentObjectProperty