TextReplaceOptions.TextReplaceOptions
TextReplaceOptions(Scope)
为指定范围初始化 TextReplaceOptions 对象的新实例。
public TextReplaceOptions(Scope scope)
| 参数 | 类型 | 描述 |
|---|---|---|
| scope | Scope | 范围对象。 |
另请参阅
- enum Scope
- class TextReplaceOptions
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF
TextReplaceOptions(ReplaceAdjustment)
为指定的替换操作初始化 TextReplaceOptions 对象的新实例。
public TextReplaceOptions(ReplaceAdjustment adjustment)
| 参数 | 类型 | 描述 |
|---|---|---|
| adjustment | ReplaceAdjustment | ReplaceAdjustment 对象。 |
另请参阅
- enum ReplaceAdjustment
- class TextReplaceOptions
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF