C# 클래스 ApiExamples.ExField.InsertTcFieldHandler

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

공개 메소드들

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

비공개 메소드들

메소드 설명
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
switches string
리턴 System

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
text string
switches string
리턴 System