Aspose.Words.Examples.CSharp.Programming_Documents.Find_and_Replace.ReplaceTextWithFieldHandler.ReplaceTextWithFieldHandler C# (CSharp) Method

ReplaceTextWithFieldHandler() public method

public ReplaceTextWithFieldHandler ( FieldType type ) : System.Collections
type FieldType
return System.Collections
        public ReplaceTextWithFieldHandler(FieldType type)
        {
            mFieldType = type;
        }