Table of Contents

Class TextToken

Namespace
TaleWorlds.TwoDimension
Assembly
TaleWorlds.TwoDimension.dll
public class TextToken
Inheritance
TextToken
Inherited Members

Properties

CannotEndLineWithCharacter

public bool CannotEndLineWithCharacter { get; set; }

Property Value

bool

CannotStartLineWithCharacter

public bool CannotStartLineWithCharacter { get; set; }

Property Value

bool

Tag

public RichTextTag Tag { get; }

Property Value

RichTextTag

Token

public char Token { get; }

Property Value

char

Type

public TextToken.TokenType Type { get; }

Property Value

TextToken.TokenType

Methods

CreateCharacter(char)

public static TextToken CreateCharacter(char character)

Parameters

character char

Returns

TextToken

CreateCharacterCannotEndLineWith(char)

public static TextToken CreateCharacterCannotEndLineWith(char character)

Parameters

character char

Returns

TextToken

CreateCharacterCannotStartLineWith(char)

public static TextToken CreateCharacterCannotStartLineWith(char character)

Parameters

character char

Returns

TextToken

CreateEmptyCharacter()

public static TextToken CreateEmptyCharacter()

Returns

TextToken

CreateNewLine()

public static TextToken CreateNewLine()

Returns

TextToken

CreateNonBreakingSpaceCharacter()

public static TextToken CreateNonBreakingSpaceCharacter()

Returns

TextToken

CreateTab()

public static TextToken CreateTab()

Returns

TextToken

CreateTag(RichTextTag)

public static TextToken CreateTag(RichTextTag tag)

Parameters

tag RichTextTag

Returns

TextToken

CreateTokenArrayFromWord(string)

public static List<TextToken> CreateTokenArrayFromWord(string word)

Parameters

word string

Returns

List<TextToken>

CreateWordJoinerCharacter()

public static TextToken CreateWordJoinerCharacter()

Returns

TextToken

CreateZeroWidthSpaceCharacter()

public static TextToken CreateZeroWidthSpaceCharacter()

Returns

TextToken

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).