TextEditOptions Class |
Namespace: Aspose.Pdf.Text
The TextEditOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | TextEditOptions(Boolean) |
Initializes new instance of the TextEditOptions object for the specified language transformation permission.
|
![]() | TextEditOptions(TextEditOptionsFontReplace) |
Initializes new instance of the TextEditOptions object for the specified font replacement behavior mode.
|
![]() | TextEditOptions(TextEditOptionsLanguageTransformation) |
Initializes new instance of the TextEditOptions object for the specified language transformation behavior mode.
|
![]() | TextEditOptions(TextEditOptionsNoCharacterAction) |
Initializes new instance of the TextEditOptions object for the specified no-character behavior mode.
|
Name | Description | |
---|---|---|
![]() | AllowLanguageTransformation |
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 |
Gets mode for processing clipping path of the edited text.
|
![]() | FontReplaceBehavior |
Gets mode that defines behavior for fonts replacement scenarios.
|
![]() | LanguageTransformationBehavior |
Gets mode that defines behavior for language transformation scenarios.
|
![]() | NoCharacterBehavior |
Gets or sets mode that defines behavior in case fonts don't contain requested characters.
|
![]() | ReplacementFont |
Gets or sets font used for replacing if user font does not contain required character
|
![]() | ToAttemptGetUnderlineFromSource |
Gets or sets value that permits searching for text underlining on the page of source document.
(Obsolete) Please use TextSearchOptions.SearchForTextRelatedGraphics instead this.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |