C# 클래스 Aspose.Words.Examples.CSharp.Programming_Documents.Find_and_Replace.ReplaceTextWithFieldHandler

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

공개 메소드들

메소드 설명
FindAndSplitMatchRuns ( ReplacingArgs args ) : ArrayList

Finds and splits the match runs and returns them in an ArrayList.

ReplaceTextWithFieldHandler ( FieldType type ) : System.Collections
Replacing ( ReplacingArgs args ) : ReplaceAction

비공개 메소드들

메소드 설명
SplitRun ( Run run, int position ) : Run

Splits text of the specified run into two runs. Inserts the new run just after the specified run.

메소드 상세

FindAndSplitMatchRuns() 공개 메소드

Finds and splits the match runs and returns them in an ArrayList.
public FindAndSplitMatchRuns ( ReplacingArgs args ) : ArrayList
args ReplacingArgs
리턴 System.Collections.ArrayList

ReplaceTextWithFieldHandler() 공개 메소드

public ReplaceTextWithFieldHandler ( FieldType type ) : System.Collections
type FieldType
리턴 System.Collections

Replacing() 공개 메소드

public Replacing ( ReplacingArgs args ) : ReplaceAction
args ReplacingArgs
리턴 ReplaceAction