TableContentConfig

TableContentConfig class

Text inside table structure

public class TableContentConfig : ContentConfig

Constructors

NameDescription
TableContentConfig()The default constructor.

Properties

NameDescription
Alignment { get; set; }Alignment of content string inside parent
Color { get; set; }The color of the text
Column { get; set; }Column position in table. first column - ‘1’
ContentType { get; set; }Type of text display.
FontFamily { get; set; }The font family of the text
FontSize { get; set; }The size of the text font
FontStyle { get; set; }The style of the text
override Name { get; set; }Content value
Row { get; set; }Row position in table first row - ‘1’
override Type { get; set; }Type of omr element. Required field for JSON serialization.

See Also