Table of Contents

Class TableCell

Namespace
Mythosia.Documents.Elements
Assembly
Mythosia.Documents.Abstractions.dll
public class TableCell
Inheritance
TableCell
Inherited Members

Constructors

TableCell()

public TableCell()

Properties

ColSpan

public int ColSpan { get; set; }

Property Value

int

ColumnHeader

public bool ColumnHeader { get; set; }

Property Value

bool

EndColOffsetIdx

public int EndColOffsetIdx { get; set; }

Property Value

int

EndRowOffsetIdx

public int EndRowOffsetIdx { get; set; }

Property Value

int

RowHeader

public bool RowHeader { get; set; }

Property Value

bool

RowSection

public bool RowSection { get; set; }

Property Value

bool

RowSpan

public int RowSpan { get; set; }

Property Value

int

StartColOffsetIdx

public int StartColOffsetIdx { get; set; }

Property Value

int

StartRowOffsetIdx

public int StartRowOffsetIdx { get; set; }

Property Value

int

Text

public string Text { get; set; }

Property Value

string