Aspose::Pdf::Text::TextEditOptions class
Contents
[
Hide
]TextEditOptions class
Descubes options of text edit operations.
class TextEditOptions : public Aspose::Pdf::Text::TextOptions
Enums
Enum | Description |
---|---|
ClippingPathsProcessingMode | Clipping path processing modes. |
FontReplace | Font replacement behavior. |
LanguageTransformation | Language transformation modes. |
NoCharacterAction | Action to perform if font does not contain required character. |
Methods
Method | Description |
---|---|
get_AllowLanguageTransformation() const | Gets 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() const | Gets mode for processing clipping path of the edited text. |
get_FontReplaceBehavior() const | Gets mode that defines behavior for fonts replacement scenarios. |
get_LanguageTransformationBehavior() const | Gets mode that defines behavior for language transformation scenarios. |
get_NoCharacterBehavior() const | Gets mode that defines behavior in case fonts don’t contain requested characters. |
get_ReplacementFont() const | Gets font used for replacing if user font does not contain required character. |
get_ToAttemptGetUnderlineFromSource() const | Gets 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
- Class TextOptions
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++