Aspose::Pdf::Text::TextEditOptions class

TextEditOptions class

Descubes options of text edit operations.

class TextEditOptions : public Aspose::Pdf::Text::TextOptions

Methods

MethodDescription
get_AllowLanguageTransformation() constGets 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.
get_ClippingPathsProcessing() constGets mode for processing clipping path of the edited text.
get_FontReplaceBehavior() constGets mode that defines behavior for fonts replacement scenarios.
get_LanguageTransformationBehavior() constGets mode that defines behavior for language transformation scenarios.
get_NoCharacterBehavior() constGets mode that defines behavior in case fonts don’t contain requested characters.
get_ReplacementFont() constGets font used for replacing if user font does not contain required character.
get_ToAttemptGetUnderlineFromSource() constGets value that permits searching for text underlining on the page of source document. (Obsolete) Please use TextSearchOptions.SearchForTextRelatedGraphics instead this.
set_AllowLanguageTransformation(bool)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.
set_ClippingPathsProcessing(TextEditOptions::ClippingPathsProcessingMode)Gets mode for processing clipping path of the edited text.
set_FontReplaceBehavior(TextEditOptions::FontReplace)Gets mode that defines behavior for fonts replacement scenarios.
set_LanguageTransformationBehavior(TextEditOptions::LanguageTransformation)Gets mode that defines behavior for language transformation scenarios.
set_NoCharacterBehavior(TextEditOptions::NoCharacterAction)Sets mode that defines behavior in case fonts don’t contain requested characters.
set_ReplacementFont(System::SharedPtr<Font>)Sets font used for replacing if user font does not contain required character.
set_ToAttemptGetUnderlineFromSource(bool)Sets value that permits searching for text underlining on the page of source document. (Obsolete) Please use TextSearchOptions.SearchForTextRelatedGraphics instead this.
TextEditOptions(TextEditOptions::NoCharacterAction)Initializes new instance of the TextEditOptions object for the specified no-character behavior mode.
TextEditOptions(TextEditOptions::FontReplace)Initializes new instance of the TextEditOptions object for the specified font replacement behavior mode.
TextEditOptions(bool)Initializes new instance of the TextEditOptions object for the specified language transformation permission.
TextEditOptions(TextEditOptions::LanguageTransformation)Initializes new instance of the TextEditOptions object for the specified language transformation behavior mode.

See Also