C# Класс Aspose.Words.Examples.CSharp.Programming_Documents.Find_and_Replace.ReplaceTextWithFieldHandler

Наследование: IReplacingCallback
Показать файл Открыть проект

Открытые методы

Метод Описание
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