Class CustomReceiptFormatter.TextElement
Inheritance
System.Object
CustomReceiptFormatter.TextElement
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()
Assembly: TimApi.dll
Syntax
Constructors
TextElement(CustomReceiptFormatter.TextType, CustomReceiptFormatter.TextAlignment)
Declaration
public TextElement(CustomReceiptFormatter.TextType type, CustomReceiptFormatter.TextAlignment alignment)
Parameters
TextElement(CustomReceiptFormatter.TextType, CustomReceiptFormatter.TextAlignment, ReceiptType)
Declaration
public TextElement(CustomReceiptFormatter.TextType type, CustomReceiptFormatter.TextAlignment alignment, ReceiptType receiptType)
Parameters
TextElement(CustomReceiptFormatter.TranslatedText, String, CustomReceiptFormatter.TextAlignment)
Declaration
public TextElement(CustomReceiptFormatter.TranslatedText translatedText, string format, CustomReceiptFormatter.TextAlignment alignment)
Parameters
TextElement(CustomReceiptFormatter.TranslatedText, String, CustomReceiptFormatter.TextAlignment, ReceiptType)
Declaration
public TextElement(CustomReceiptFormatter.TranslatedText translatedText, string format, CustomReceiptFormatter.TextAlignment alignment, ReceiptType receiptType)
Parameters
TextElement(String, CustomReceiptFormatter.TextAlignment)
Declaration
public TextElement(string text, CustomReceiptFormatter.TextAlignment alignment)
Parameters
TextElement(String, CustomReceiptFormatter.TextAlignment, ReceiptType)
Declaration
public TextElement(string text, CustomReceiptFormatter.TextAlignment alignment, ReceiptType receiptType)
Parameters
Properties
Alignment
Declaration
public CustomReceiptFormatter.TextAlignment Alignment { get; }
Property Value
ReceiptType
Declaration
public ReceiptType? ReceiptType { get; }
Property Value
Text
Declaration
public string Text { get; }
Property Value
Type |
Description |
System.String |
|
TranslatedText
Declaration
public CustomReceiptFormatter.TranslatedText? TranslatedText { get; }
Property Value
Type
Declaration
public CustomReceiptFormatter.TextType Type { get; }
Property Value