TextReplaceOptions

TextReplaceOptions class

Represents text replace options

public sealed class TextReplaceOptions : TextOptions

Constructors

NameDescription
TextReplaceOptions(ReplaceAdjustment)Initializes new instance of the TextReplaceOptions object for the specified after replace action.
TextReplaceOptions(Scope)Initializes new instance of the TextReplaceOptions object for the specified scope.

Properties

NameDescription
AdjustmentNewLineSpacing { get; set; }Gets or sets value of line spacing that used if replace adjustment is forced to create new line of text. The value expected is multiplier of font size of the replaced text. Default is 1.2.
ReplaceAdjustmentAction { get; set; }Gets or sets an action that will be done after replace of text fragment to more short.
ReplaceScope { get; set; }Gets or sets a scope where replace text operation is applied

See Also