C# Class Aspose.Words.Examples.CSharp.Programming_Documents.Find_and_Replace.ReplaceTextWithFieldHandler

Inheritance: IReplacingCallback
Afficher le fichier Open project: aspose-words/Aspose.Words-for-.NET

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
SplitRun ( Run run, int position ) : Run

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

Method Details

FindAndSplitMatchRuns() public méthode

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

ReplaceTextWithFieldHandler() public méthode

public ReplaceTextWithFieldHandler ( FieldType type ) : System.Collections
type FieldType
Résultat System.Collections

Replacing() public méthode

public Replacing ( ReplacingArgs args ) : ReplaceAction
args ReplacingArgs
Résultat ReplaceAction