TextEditOptions Class
Descubes options of text edit operations.
Inheritance Hierarchy

Namespace: Aspose.Pdf.Text
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class TextEditOptions : TextOptions

The TextEditOptions type exposes the following members.

Constructors
  NameDescription
Public methodTextEditOptions(Boolean)
Initializes new instance of the TextEditOptions object for the specified language transformation permission.
Public methodTextEditOptions(TextEditOptionsFontReplace)
Initializes new instance of the TextEditOptions object for the specified font replacement behavior mode.
Public methodTextEditOptions(TextEditOptionsLanguageTransformation)
Initializes new instance of the TextEditOptions object for the specified language transformation behavior mode.
Public methodTextEditOptions(TextEditOptionsNoCharacterAction)
Initializes new instance of the TextEditOptions object for the specified no-character behavior mode.
Properties
  NameDescription
Public propertyAllowLanguageTransformation
Gets or sets value that permits usage of language transformation during adding or editing of text. true - language transformation will be applied if necessary (default value). false - language transformation will NOT be applied.
Public propertyClippingPathsProcessing
Gets mode for processing clipping path of the edited text.
Public propertyFontReplaceBehavior
Gets mode that defines behavior for fonts replacement scenarios.
Public propertyLanguageTransformationBehavior
Gets mode that defines behavior for language transformation scenarios.
Public propertyNoCharacterBehavior
Gets or sets mode that defines behavior in case fonts don't contain requested characters.
Public propertyReplacementFont
Gets or sets font used for replacing if user font does not contain required character
Public propertyToAttemptGetUnderlineFromSource
Gets or sets value that permits searching for text underlining on the page of source document. (Obsolete) Please use TextSearchOptions.SearchForTextRelatedGraphics instead this.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also