Attributes Class |
Namespace: Resto.Front.Api.V5.Data.Cheques
public static class Attributes
The Attributes type exposes the following members.
Name | Description | |
---|---|---|
AlignCenter |
Align the content by center.
| |
AlignJustify |
Justify the content.
| |
AlignLeft |
Align the content to the left.
| |
AlignRight |
Align the content to the right.
|
Name | Description | |
---|---|---|
Align |
Horizontal alignment of the content.
| |
AutoWidth |
Column width will be adjusted by the content.
| |
CellSpacing |
Width of the space between table columns (in chars). Default is 1.
| |
ColumnSpan |
Stretches the cell into specified number of columns. Default: 1.
| |
CutText |
Excess text will be trimmed.
| |
Font |
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:
| |
Formatter | ||
LargeFont |
The largest possible font size.
| |
MaxWidth |
Maximum column width (in chars). Default is unspecified.
| |
MediumFont |
Medium font size
| |
MinWidth |
Minimum column width (in chars). Default is 1.
| |
SmallFont |
The smallest possible font size, used by default.
| |
SplitText |
Split text into lines on whitespaces.
| |
VerticalAlign |
Vertical alignment of the content.
| |
Width |
Minimum column width (in chars). Default is unspecified.
| |
WrapText |
Split text into lines on any chars.
|