Class CustomReceiptFormatter.LineFormat
Inheritance
System.Object
CustomReceiptFormatter.LineFormat
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIX.TimApi.Receipts
Assembly: TimApi.dll
Syntax
public class LineFormat
Constructors
LineFormat()
Declaration
public LineFormat()
LineFormat(CustomReceiptFormatter.Condition)
Declaration
public LineFormat(CustomReceiptFormatter.Condition condition)
Parameters
Type | Name | Description |
---|---|---|
CustomReceiptFormatter.Condition | condition |
LineFormat(CustomReceiptFormatter.Condition, List<CustomReceiptFormatter.TextElement>)
Declaration
public LineFormat(CustomReceiptFormatter.Condition condition, List<CustomReceiptFormatter.TextElement> elements)
Parameters
Type | Name | Description |
---|---|---|
CustomReceiptFormatter.Condition | condition | |
System.Collections.Generic.List<CustomReceiptFormatter.TextElement> | elements |
LineFormat(CustomReceiptFormatter.Condition, List<CustomReceiptFormatter.TextElement>, Char)
Declaration
public LineFormat(CustomReceiptFormatter.Condition condition, List<CustomReceiptFormatter.TextElement> elements, char padding)
Parameters
Type | Name | Description |
---|---|---|
CustomReceiptFormatter.Condition | condition | |
System.Collections.Generic.List<CustomReceiptFormatter.TextElement> | elements | |
System.Char | padding |
LineFormat(List<CustomReceiptFormatter.TextElement>)
Declaration
public LineFormat(List<CustomReceiptFormatter.TextElement> elements)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<CustomReceiptFormatter.TextElement> | elements |
LineFormat(List<CustomReceiptFormatter.TextElement>, Char)
Declaration
public LineFormat(List<CustomReceiptFormatter.TextElement> elements, char padding)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<CustomReceiptFormatter.TextElement> | elements | |
System.Char | padding |
Fields
condition
Declaration
public CustomReceiptFormatter.Condition condition
Field Value
Type | Description |
---|---|
CustomReceiptFormatter.Condition |
Methods
getElements()
Declaration
public List<CustomReceiptFormatter.TextElement> getElements()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<CustomReceiptFormatter.TextElement> |
getPadding()
Declaration
public char getPadding()
Returns
Type | Description |
---|---|
System.Char |