C# Класс SILUBS.ScriptureChecks.DummyTextToken

See ITextToken for field definitions comments. This is a dummy class used for testing the checks.
Наследование: ITextToken
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Clone ( ) : ITextToken

Makes a deep copy of this text token.

DummyTextToken ( string text ) : System

Initializes a new instance of the DummyTextToken class.

DummyTextToken ( string text, TextType textType, bool isParagraphStart, bool isNoteStart, string paraStyleName ) : System

Initializes a new instance of the DummyTextToken class.

DummyTextToken ( string text, TextType textType, bool isParagraphStart, bool isNoteStart, string paraStyleName, string charStyleName ) : System

Initializes a new instance of the DummyTextToken class.

DummyTextToken ( string text, TextType textType, bool isParagraphStart, bool isNoteStart, string paraStyleName, string charStyleName, string icuLocale ) : System

Initializes a new instance of the DummyTextToken class.

ToString ( ) : string

Описание методов

Clone() публичный Метод

Makes a deep copy of this text token.
public Clone ( ) : ITextToken
Результат ITextToken

DummyTextToken() публичный Метод

Initializes a new instance of the DummyTextToken class.
public DummyTextToken ( string text ) : System
text string
Результат System

DummyTextToken() публичный Метод

Initializes a new instance of the DummyTextToken class.
public DummyTextToken ( string text, TextType textType, bool isParagraphStart, bool isNoteStart, string paraStyleName ) : System
text string The text.
textType TextType Type of the text.
isParagraphStart bool if set to true text token starts a paragraph. ///
isNoteStart bool if set to true text token starts a note.
paraStyleName string Name of the paragraph style.
Результат System

DummyTextToken() публичный Метод

Initializes a new instance of the DummyTextToken class.
public DummyTextToken ( string text, TextType textType, bool isParagraphStart, bool isNoteStart, string paraStyleName, string charStyleName ) : System
text string The text.
textType TextType Type of the text.
isParagraphStart bool if set to true text token starts a paragraph. ///
isNoteStart bool if set to true text token starts a note.
paraStyleName string Name of the paragraph style.
charStyleName string Name of the character style.
Результат System

DummyTextToken() публичный Метод

Initializes a new instance of the DummyTextToken class.
public DummyTextToken ( string text, TextType textType, bool isParagraphStart, bool isNoteStart, string paraStyleName, string charStyleName, string icuLocale ) : System
text string The text.
textType TextType Type of the text.
isParagraphStart bool if set to true text token starts a paragraph. ///
isNoteStart bool if set to true text token starts a note.
paraStyleName string Name of the paragraph style.
charStyleName string Name of the character style.
icuLocale string The icu locale.
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string