The SegmentColumnStyle type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetContentString |
Gets the specified display content of segment column style.
|
![]() | GetContentStringFormatted |
Gets the specified content of segment column style with MText string.
|
![]() | SetContentString | Obsolete.
Sets the specified display content of segment column style.
|
![]() | SetContentStringFormatted |
Sets the specified content of segment column style with MText string.
|
Properties
Name | Description | |
---|---|---|
![]() | ColumnWidth |
Gets or sets the column width of the column style, 0 represents auto width.
(Inherited from ColumnStyle.) |
![]() | ContentJustification |
Gets or sets the Content Justification of column style.
(Inherited from ColumnStyle.) |
![]() | ContentString |
Gets the display content of column style, this property is usable for most table columns,
but for alignment segment table, please use GetContentString() and specified type.
(Inherited from ColumnStyle.) |
![]() | ContentStringFormatted |
Gets or sets the content of column style with MText format string, this property is usable for most table columns,
but for alignment segment table, please use GetContentString() and specified type.
(Inherited from ColumnStyle.) |
![]() | HeaderJustification |
Gets or sets the Header Justification of column style
(Inherited from ColumnStyle.) |
![]() | HeaderString |
Gets or sets the display header string of the column style.
(Inherited from ColumnStyle.) |
![]() | HeaderStringFormatted |
Gets or sets the header of the column style with MText format string.
(Inherited from ColumnStyle.) |