C# 클래스 Aspose.Words.Examples.CSharp.Programming_Documents.Working_With_Document.InsertTCFieldHandler

상속: IReplacingCallback
파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET

공개 메소드들

메소드 설명
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