C# Class Aspose.Words.Examples.CSharp.Programming_Documents.Working_With_Document.InsertTCFieldHandler

Inheritance: IReplacingCallback
Show file Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
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.

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.IO
switches string
return System.IO

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.IO
text string
switches string
return System.IO