TextReplaceOptions.TextReplaceOptions

TextReplaceOptions(Scope)

Initializes new instance of the TextReplaceOptions object for the specified scope.

public TextReplaceOptions(Scope scope)
ParameterTypeDescription
scopeScopeScope object.

See Also


TextReplaceOptions(ReplaceAdjustment)

Initializes new instance of the TextReplaceOptions object for the specified after replace action.

public TextReplaceOptions(ReplaceAdjustment adjustment)
ParameterTypeDescription
adjustmentReplaceAdjustmentReplaceAdjustment object.

See Also