TextReplaceOptions
Contents
[
Hide
]TextReplaceOptions class
Represents text replace options
public sealed class TextReplaceOptions : TextOptions
Constructors
Name | Description |
---|---|
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
Name | Description |
---|---|
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
- class TextOptions
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF