Class TableElements
Inherited Members
Namespace: IronWord.Models.Abstract
Assembly: IronWord.dll
Syntax
public abstract class TableElements : ParentElement, xdbdzv
Constructors
TableElements()
Declaration
protected TableElements()
Properties
BackgroundColor
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Borders
Declaration
public TableBorders Borders { get; set; }
Property Value
Type | Description |
---|---|
TableBorders |
Methods
SetBorders(TableBorders)
Declaration
public void SetBorders(TableBorders borders)
Parameters
Type | Name | Description |
---|---|---|
TableBorders | borders |