Show / Hide Table of Contents

Class TextToken

Inheritance
object
PrintToken
TextToken
Inherited Members
PrintToken.TokenDelimiter
PrintToken.ToString()
PrintToken.TryParse(string, out PrintToken)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class TextToken : PrintToken

Properties

Alignment

Declaration
public TextAlignment? Alignment { get; }
Property Value
Type Description
TextAlignment

Content

Declaration
public string Content { get; }
Property Value
Type Description
string

Format

Declaration
public TextFormats? Format { get; }
Property Value
Type Description
TextFormats

Methods

Create(ReceiptText, TextFormats?, TextAlignment?)

Declaration
public static TextToken Create(ReceiptText content, TextFormats? format = null, TextAlignment? alignment = null)
Parameters
Type Name Description
ReceiptText content
TextFormats format
TextAlignment alignment
Returns
Type Description
TextToken
Exceptions
Type Condition
ArgumentNullException

content is null.

In This Article
Na začiatok stránky Nine Digit, s.r.o. ©