TextEditOptions

TextEditOptions class

Descubes options of text edit operations.

The TextEditOptions type exposes the following members:

Constructors

NameDescription
TextEditOptions(no_character_behavior)Initializes a new instance of the TextEditOptions class
TextEditOptions(font_replace_behavior)Initializes a new instance of the TextEditOptions class
TextEditOptions(allow_language_transformation)Initializes a new instance of the TextEditOptions class
TextEditOptions(language_transformation_behavior)Initializes a new instance of the TextEditOptions class

Properties

NameDescription
replacement_fontGets or sets font used for replacing if user font does not contain required character
no_character_behaviorGets or sets mode that defines behavior in case fonts don’t contain requested characters.
font_replace_behaviorGets mode that defines behavior for fonts replacement scenarios.
allow_language_transformationGets 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.
language_transformation_behaviorGets mode that defines behavior for language transformation scenarios.
clipping_paths_processingGets mode for processing clipping path of the edited text.
to_attempt_get_underline_from_sourceGets or sets value that permits searching for text underlining on the page of source document.
(Obsolete) Please use TextSearchOptions.SearchForTextRelatedGraphics instead this.

See Also