Class TableElements
Implements
IronSoftware.Abstractions.IDocumentElement
IronSoftware.IDocumentObject
System.ICloneable
Inherited Members
Namespace: IronWord.Models.Abstract
Assembly: IronWord.dll
Syntax
public abstract class TableElements : ParentElement, IDocumentElement, IDocumentObject, ICloneable
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
ExtractImages()
Declaration
public List<AnyBitmap> ExtractImages()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<IronSoftware.Drawing.AnyBitmap> |
ExtractShapes()
Declaration
public List<IReadOnlyCollection<IPathSegment>> ExtractShapes()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.Collections.Generic.IReadOnlyCollection<IronSoftware.IPathSegment>> |
SetBorders(TableBorders)
Declaration
public void SetBorders(TableBorders borders)
Parameters
Type | Name | Description |
---|---|---|
TableBorders | borders |
Implements
IronSoftware.Abstractions.IDocumentElement
IronSoftware.IDocumentObject
System.ICloneable