Class TextEditOptions

TextEditOptions class

Descubes options of text edit operations.

public sealed class TextEditOptions : TextOptions

Constructors

NameDescription
TextEditOptions(bool)Initializes new instance of the TextEditOptions object for the specified language transformation permission.
TextEditOptions(FontReplace)Initializes new instance of the TextEditOptions object for the specified font replacement behavior mode.
TextEditOptions(LanguageTransformation)Initializes new instance of the TextEditOptions object for the specified language transformation behavior mode.
TextEditOptions(NoCharacterAction)Initializes new instance of the TextEditOptions object for the specified no-character behavior mode.

Properties

NameDescription
AllowLanguageTransformation { get; set; }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.
ClippingPathsProcessing { get; set; }Gets mode for processing clipping path of the edited text.
FontReplaceBehavior { get; set; }Gets mode that defines behavior for fonts replacement scenarios.
LanguageTransformationBehavior { get; set; }Gets mode that defines behavior for language transformation scenarios.
NoCharacterBehavior { get; set; }Gets or sets mode that defines behavior in case fonts don’t contain requested characters.
ReplacementFont { get; set; }Gets or sets font used for replacing if user font does not contain required character
ToAttemptGetUnderlineFromSource { get; set; }Gets or sets value that permits searching for text underlining on the page of source document. (Obsolete) Please use TextSearchOptions.SearchForTextRelatedGraphics instead this.

See Also