AttributeValues Class |
Namespace: Resto.Front.Api.Data.Cheques
public static class AttributeValues
The AttributeValues type exposes the following members.
Name | Description | |
---|---|---|
Bottom |
Align a content to the bottom.
| |
Center |
Align a content by the center.
| |
CutText |
Excess text will be trimmed out.
| |
Empty |
Empty value applicable to attributes for which only their presence is important.
| |
Justify |
Justify a content.
| |
LargeFont |
The largest possible font size.
| |
Left |
Align a content to the left.
| |
MediumFont |
Medium font size.
| |
Right |
Align a content to the right.
| |
SmallFont |
The smallest possible font size, used by default.
| |
SplitText |
Split text into lines on whitespaces.
| |
Top |
Align a content to the top.
| |
WrapText |
Split text into lines on any chars.
|