Aspose.Words.Examples.CSharp.Programming_Documents.Find_and_Replace.ReplaceTextWithFieldHandler.ReplaceTextWithFieldHandler C# (CSharp) 메소드

ReplaceTextWithFieldHandler() 공개 메소드

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