Class TableStyleCellContent

TableStyleCellContent class

The TableStyleCellContent data

public class TableStyleCellContent

Constructors

NameDescription
TableStyleCellContent()The default constructor.

Properties

NameDescription
BackgroundColor { get; set; }The Background Color
BlockScale { get; set; }The Block Scale
BottomMargin { get; set; }The Bottom Margin
CellAlignment { get; set; }The Cell Alignment: Top left = 1, Top center = 2, Top right = 3, Middle left = 4, Middle center = 5, Middle right = 6, Bottom left = 7, Bottom center = 8, Bottom right = 9
CellStyleClass { get; set; }The Cell Style Class, 1= data, 2 = label. The default value is label.
CellStyleId { get; set; }The Cell Style ID, 1 = title, 2 = header, 3 = data, 4 = table. Custom cell style ID’s are numbered starting at 101
CellStyleName { get; set; }The Cell Style Name
CellStyleType { get; set; }Cell style type: Cell = 1, Row = 2, Column = 3, Formatted table data = 4, Table = 5
ContentColor { get; set; }The Content Color
ContentLayoutFlags { get; set; }Content layout flags: Flow = 1, Stacked horizontal = 2, Stacked vertical = 4
DataFlags { get; set; }The Data flags, 0 = no data, 1 = data is present
HorizontalMargin { get; set; }The Horizontal Margin
MarginFlag { get; set; }The Margin Flag
MarginHorizontalSpacing { get; set; }The Margin Horizontal Spacing
MarginVerticalSpacing { get; set; }The Margin Vertical Spacing
MergeFlags { get; set; }The Merge flags, but may only for bits 0x8000 and 0x10000.
PropertyFlags { get; set; }The Property Flags. Contains property bit values for property Auto Scale only (0x100).
PropertyOverrideFlags1 { get; set; }The Property Override Flags1
PropertyOverrideFlags2 { get; set; }The Property Override Flags2
RightMargin { get; set; }The Right Margin
Rotation { get; set; }The Rotation
TextHeight { get; set; }The Text Height
TextStyleHandle { get; set; }The TextStyle Handle
Unknown1 { get; set; }The Unknown1 parameter
ValueDataType { get; set; }The Value Data Type
ValueFormatString { get; set; }The Value Format String
ValueUnitType { get; set; }The Value Unit Type
VerticalMargin { get; set; }The Vertical Margin

See Also