Attributes Class |
Namespace: Resto.Front.Api.Data.Cheques
public static class Attributes
The Attributes type exposes the following members.
| Name | Description | |
|---|---|---|
| Align |
Horizontal alignment of the content.
| |
| AutoWidth |
Column width will be adjusted by the content.
| |
| Bell |
Turns on the a kitchen bell or opens cash drawer before printing a document. Works only for printers.
| |
| CellSpacing |
Width of the space between table columns (in chars).
Default is 1.
| |
| ColumnSpan |
Stretches the cell into specified number of columns.
Default is 1.
| |
| Fit | ||
| 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.
| |
| Formatter |
Text wrapping mode.
| |
| Left |
Specifies the left part of the Pair element.
| |
| MaxWidth |
Maximum column width (in chars).
Default is unspecified.
| |
| MinWidth |
Minimum column width (in chars).
Default is 1.
| |
| Right |
Specifies the right part of the Pair element.
| |
| Symbols |
Sets a new character (or character set) used to fill in the white space.
| |
| VerticalAlign |
Vertical alignment of the content.
| |
| Width |
Fixed column width (in chars).
Default is unspecified.
Cannot be used with AutoWidth.
|