C# Class ApiExamples.ExField.InsertTcFieldHandler

Inheritance: IReplacingCallback
显示文件 Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method 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

Method Description
IReplacingCallback ( ReplacingArgs args ) : ReplaceAction

Method Details

InsertTcFieldHandler() public method

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

InsertTcFieldHandler() public method

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
return System