Interface ITextProvider
Assembly: OpenSilver.dll
Syntax
public interface ITextProvider
Properties
|
Improve this Doc
View Source
DocumentRange
Declaration
ITextRangeProvider DocumentRange { get; }
Property Value
|
Improve this Doc
View Source
SupportedTextSelection
Declaration
SupportedTextSelection SupportedTextSelection { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetSelection()
Declaration
ITextRangeProvider[] GetSelection()
Returns
|
Improve this Doc
View Source
GetVisibleRanges()
Declaration
ITextRangeProvider[] GetVisibleRanges()
Returns
|
Improve this Doc
View Source
RangeFromChild(IRawElementProviderSimple)
Declaration
ITextRangeProvider RangeFromChild(IRawElementProviderSimple childElement)
Parameters
Returns
|
Improve this Doc
View Source
RangeFromPoint(Point)
Declaration
ITextRangeProvider RangeFromPoint(Point screenLocation)
Parameters
Type |
Name |
Description |
Point |
screenLocation |
|
Returns
Extension Methods