C# Class Mono.UIAutomation.UiaDbusBridge.Wrappers.TextPatternWrapper

Inheritance: ITextPattern
Exibir arquivo Open project: mono/uia2atk Class Usage Examples

Public Methods

Method Description
GetSelectionPaths ( ) : string[]
GetVisibleRangePaths ( ) : string[]
RangePathFromChild ( string childPath ) : string
RangePathFromPoint ( Mono.UIAutomation.UiaDbus screenLocation ) : string

Private Methods

Method Description
GetOrCreateTextRange ( ITextRangeProvider rangeProvider ) : string
GetTextRangeFromPath ( string path ) : TextPatternRangeInfo
TextPatternWrapper ( ITextProvider provider, NDesk.DBus.Bus bus, string patternPath ) : System

Method Details

GetSelectionPaths() public method

public GetSelectionPaths ( ) : string[]
return string[]

GetVisibleRangePaths() public method

public GetVisibleRangePaths ( ) : string[]
return string[]

RangePathFromChild() public method

public RangePathFromChild ( string childPath ) : string
childPath string
return string

RangePathFromPoint() public method

public RangePathFromPoint ( Mono.UIAutomation.UiaDbus screenLocation ) : string
screenLocation Mono.UIAutomation.UiaDbus
return string