Click or drag to resize

AttributeValues Class

Values of the xml tag attributes used for cheques printing (CashCheque, BillCheque, ReceiptSlip).
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.ChequesAttributeValues

Namespace:  Resto.Front.Api.Data.Cheques
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public static class AttributeValues

The AttributeValues type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBottom
Align a content to the bottom.
Public fieldStatic memberCenter
Align a content by the center.
Public fieldStatic memberCutText
Excess text will be trimmed out.
Public fieldStatic memberEmpty
Empty value applicable to attributes for which only their presence is important.
Public fieldStatic memberJustify
Justify a content.
Public fieldStatic memberLargeFont
The largest possible font size.
Public fieldStatic memberLeft
Align a content to the left.
Public fieldStatic memberMediumFont
Medium font size.
Public fieldStatic memberRight
Align a content to the right.
Public fieldStatic memberSmallFont
The smallest possible font size, used by default.
Public fieldStatic memberSplitText
Split text into lines on whitespaces.
Public fieldStatic memberTop
Align a content to the top.
Public fieldStatic memberWrapText
Split text into lines on any chars.
Top
See Also