Click or drag to resize

Attributes Fields

The Attributes type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAlign
Horizontal alignment of the content.
Public fieldStatic memberAutoWidth
Column width will be adjusted by the content.
Public fieldStatic memberCellSpacing
Width of the space between table columns (in chars). Default is 1.
Public fieldStatic memberColumnSpan
Stretches the cell into specified number of columns. Default: 1.
Public fieldStatic memberCutText
Excess text will be trimmed.
Public fieldStatic memberFont
Specifies the font size for the table row (should be set for the first cell of the row, will be ignored for the subsequent cells). Inner elements inherit this setting. Supported values:
Public fieldStatic memberFormatter
Text wrapping mode. Supported values:
Public fieldStatic memberLargeFont
The largest possible font size.
Public fieldStatic memberMaxWidth
Maximum column width (in chars). Default is unspecified.
Public fieldStatic memberMediumFont
Medium font size
Public fieldStatic memberMinWidth
Minimum column width (in chars). Default is 1.
Public fieldStatic memberSmallFont
The smallest possible font size, used by default.
Public fieldStatic memberSplitText
Split text into lines on whitespaces.
Public fieldStatic memberVerticalAlign
Vertical alignment of the content.
Public fieldStatic memberWidth
Minimum column width (in chars). Default is unspecified.
Public fieldStatic memberWrapText
Split text into lines on any chars.
Top
See Also