Click or drag to resize

Attributes Class

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

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

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 memberBell Turns on the a kitchen bell or opens cash drawer before printing a document. Works only for printers.
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 is 1.
Public fieldStatic memberFit Specifies which value (Left or Right) will be adjusted by the content. Default is Right.
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.
Public fieldStatic memberFormatter Text wrapping mode.
Public fieldStatic memberLeft Specifies the left part of the Pair element.
Public fieldStatic memberMaxWidth Maximum column width (in chars). Default is unspecified.
Public fieldStatic memberMinWidth Minimum column width (in chars). Default is 1.
Public fieldStatic memberRight Specifies the right part of the Pair element.
Public fieldStatic memberSymbols Sets a new character (or character set) used to fill in the white space.
Public fieldStatic memberVerticalAlign Vertical alignment of the content.
Public fieldStatic memberWidth Fixed column width (in chars). Default is unspecified. Cannot be used with AutoWidth.
Top
See Also