Click or drag to resize

Attributes Class

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

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

The Attributes type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAlignCenter
Align the content by center.
Public propertyStatic memberAlignJustify
Justify the content.
Public propertyStatic memberAlignLeft
Align the content to the left.
Public propertyStatic memberAlignRight
Align the content to the right.
Top
Fields
  NameDescription
Public fieldStatic memberAlign
Horizontal alignment of the content.
Public fieldStatic memberAutoWidth
Column width will be adjusted by the content.
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: 1.
Public fieldStatic memberCutText
Excess text will be trimmed.
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. Supported values:
Public fieldStatic memberFormatter
Text wrapping mode. Supported values:
Public fieldStatic memberLargeFont
The largest possible font size.
Public fieldStatic memberMaxWidth
Maximum column width (in chars). Default is unspecified.
Public fieldStatic memberMediumFont
Medium font size
Public fieldStatic memberMinWidth
Minimum column width (in chars). Default is 1.
Public fieldStatic memberSmallFont
The smallest possible font size, used by default.
Public fieldStatic memberSplitText
Split text into lines on whitespaces.
Public fieldStatic memberVerticalAlign
Vertical alignment of the content.
Public fieldStatic memberWidth
Minimum column width (in chars). Default is unspecified.
Public fieldStatic memberWrapText
Split text into lines on any chars.
Top
See Also