C# Class ApiExamples.ExField.InsertTcFieldHandler

Inheritance: IReplacingCallback
Afficher le fichier Open project: aspose-words/Aspose.Words-for-.NET

Méthodes publiques

Méthode Description
InsertTcFieldHandler ( string switches ) : System

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

InsertTcFieldHandler ( string text, string switches ) : System

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

Private Methods

Méthode Description
IReplacingCallback ( ReplacingArgs args ) : ReplaceAction

Method Details

InsertTcFieldHandler() public méthode

The switches to use for each TC field. Can be an empty string or null.
public InsertTcFieldHandler ( string switches ) : System
switches string
Résultat System

InsertTcFieldHandler() public méthode

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
text string
switches string
Résultat System