TextReplaceOptions

TextReplaceOptions class

Represents text replace options

The TextReplaceOptions type exposes the following members:

Constructors

NameDescription
TextReplaceOptions(scope)Initializes a new instance of the TextReplaceOptions class
TextReplaceOptions(adjustment)Initializes a new instance of the TextReplaceOptions class

Properties

NameDescription
replace_scopeGets or sets a scope where replace text operation is applied
replace_adjustment_actionGets or sets an action that will be done after replace of text fragment to more short.
adjustment_new_line_spacingGets 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.

See Also