TextEditOptions
Overview
TextEditOptions is a class in Aspose.PDF FOSS for .NET.
Inherits from: TextOptions.
Options that control how text is edited (replaced, font-substituted, language-transformed).
This class provides 4 methods for working with TextEditOptions objects in .NET programs.
Available methods include: TextEditOptions.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: AllowLanguageTransformation, ClippingPathsProcessing, FontReplaceBehavior, LanguageTransformationBehavior, NoCharacterBehavior, ReplacementFont, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AllowLanguageTransformation | bool | Read/Write | Gets or sets the allow language transformation. |
ClippingPathsProcessing | ClippingPathsProcessingMode | Read/Write | Gets or sets the clipping paths processing. |
FontReplaceBehavior | FontReplace | Read/Write | Gets or sets the font replace behavior. |
LanguageTransformationBehavior | LanguageTransformation | Read/Write | Gets or sets the language transformation behavior. |
NoCharacterBehavior | NoCharacterAction | Read/Write | Gets or sets the no character behavior. |
ReplacementFont | Font? | Read/Write | Gets or sets the replacement font. |
ToAttemptGetUnderlineFromSource | bool | Read/Write | Gets or sets the to attempt get underline from source. |
Methods
| Signature | Description |
|---|---|
TextEditOptions(allowLanguageTransformation: bool) | Calls TextEditOptions(allowLanguageTransformation) on this TextEditOptions instance. |
TextEditOptions(fontReplaceBehavior: FontReplace) | Calls TextEditOptions(fontReplaceBehavior) on this TextEditOptions instance. |
TextEditOptions(languageTransformationBehavior: LanguageTransformation) | Calls TextEditOptions(languageTransformationBehavior) on this TextEditOptions instance. |
TextEditOptions(noCharacterBehavior: NoCharacterAction) | Calls TextEditOptions(noCharacterBehavior) on this TextEditOptions instance. |