Table of Contents

Class TableSemanticView

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

Constructors

TableSemanticView()

public TableSemanticView()

Properties

Groups

public List<TableSemanticGroup> Groups { get; set; }

Property Value

List<TableSemanticGroup>

HeaderRows

public List<string[]> HeaderRows { get; set; }

Property Value

List<string[]>

IsFormStyle

public bool IsFormStyle { get; set; }

Property Value

bool