Click or drag to resize

Attributes Class

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

Namespace: Resto.Front.Api.Data.Cheques
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.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 memberBold Set bold style to content. Supported values:
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 memberCorrection Defines QR code error correction level. Supported values:
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 memberHeightRatio Barcode Height-to-Width Ratio Defines the ratio of the barcode's height to its width. This attribute value is used to calculate the height of the barcode based on its width and the specified height-to-width ratio. Supported Values: Positive floating-point number using a period (.) as the decimal separator. Default Value: Varies depending on the model. Typically between 0.3 and 0.35.
Public fieldStatic memberHri Turns HRI (Human Readable Interpretation) print mode below the barcode on or off. Supported values:
Public fieldStatic memberItalic Set italic style to content. Supported values:
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 memberResizeMode Defines how the image should fit to the target dimensions. Supported values:
Public fieldStatic memberReverse Turns white/black reverse printing mode on or off. Supported values:
Public fieldStatic memberRight Specifies the right part of the Pair element.
Public fieldStatic memberSize Defines the size of QR code. Supported values:
Public fieldStatic memberSymbols Sets a new character (or character set) used to fill in the white space.
Public fieldStatic memberUnderline Set underline style to content. Supported values:
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