C# Класс Aspose.Words.Examples.CSharp.Programming_Documents.Working_With_Document.InsertTCFieldHandler

Наследование: IReplacingCallback
Показать файл Открыть проект

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

Метод Описание
InsertTCFieldHandler ( string switches ) : System.IO

The switches to use for each TC field. Can be an empty string or null.

InsertTCFieldHandler ( string text, string switches ) : System.IO

The display text and switches to use for each TC field. Display name can be an empty string or null.

Приватные методы

Метод Описание
IReplacingCallback ( ReplacingArgs args ) : ReplaceAction

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

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

The switches to use for each TC field. Can be an empty string or null.
public InsertTCFieldHandler ( string switches ) : System.IO
switches string
Результат System.IO

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

The display text and switches to use for each TC field. Display name can be an empty string or null.
public InsertTCFieldHandler ( string text, string switches ) : System.IO
text string
switches string
Результат System.IO