TableHeaderConfig

TableHeaderConfig class

Represents TableHeader element

public class TableHeaderConfig : ParentConfig

Constructors

NameDescription
TableHeaderConfig()The default constructor.

Properties

NameDescription
override Children { get; set; }Child omr elements. In most cases positioned inside of parent or below.
override Name { get; set; }Text value
override Type { get; set; }Type of omr element. Required field for JSON serialization.

Fields

NameDescription
FontFamilyThe font family of the text
FontSizeThe size of the text font
FontStyleThe style of the text

See Also