Property | Type | Description | |
---|---|---|---|
TextPatternRange | System | ||
Wrap | |||
Wrap | System.Windows.Automation.Text.TextPatternRange[] |
Method | Description | |
---|---|---|
AddToSelection ( ) : void | ||
Clone ( ) : |
||
Compare ( |
||
CompareEndpoints ( TextPatternRangeEndpoint endpoint, |
||
ExpandToEnclosingUnit ( TextUnit unit ) : void | ||
FindAttribute ( AutomationTextAttribute attribute, object value, bool backward ) : |
||
FindText ( string text, bool backward, bool ignoreCase ) : |
||
GetAttributeValue ( AutomationTextAttribute attribute ) : object | ||
GetBoundingRectangles ( ) : Rect[] | ||
GetChildren ( ) : AutomationElement[] | ||
GetEnclosingElement ( ) : AutomationElement | ||
GetText ( int maxLength ) : string | ||
Move ( TextUnit unit, int count ) : int | ||
MoveEndpointByRange ( TextPatternRangeEndpoint endpoint, |
||
MoveEndpointByUnit ( TextPatternRangeEndpoint endpoint, TextUnit unit, int count ) : int | ||
RemoveFromSelection ( ) : void | ||
ScrollIntoView ( bool alignToTop ) : void | ||
Select ( ) : void |
Method | Description | |
---|---|---|
TextPatternRange ( UIAutomationClient range, TextPattern pattern ) : System | ||
Wrap ( UIAutomationClient range, TextPattern pattern ) : |
||
Wrap ( UIAutomationClient ranges, TextPattern pattern ) : System.Windows.Automation.Text.TextPatternRange[] |
public Compare ( |
||
range | ||
return | bool |
public CompareEndpoints ( TextPatternRangeEndpoint endpoint, |
||
endpoint | TextPatternRangeEndpoint | |
targetRange | ||
targetEndpoint | TextPatternRangeEndpoint | |
return | int |
public ExpandToEnclosingUnit ( TextUnit unit ) : void | ||
unit | TextUnit | |
return | void |
public FindAttribute ( AutomationTextAttribute attribute, object value, bool backward ) : |
||
attribute | AutomationTextAttribute | |
value | object | |
backward | bool | |
return |
public FindText ( string text, bool backward, bool ignoreCase ) : |
||
text | string | |
backward | bool | |
ignoreCase | bool | |
return |
public GetAttributeValue ( AutomationTextAttribute attribute ) : object | ||
attribute | AutomationTextAttribute | |
return | object |
public GetEnclosingElement ( ) : AutomationElement | ||
return | AutomationElement |
public Move ( TextUnit unit, int count ) : int | ||
unit | TextUnit | |
count | int | |
return | int |
public MoveEndpointByRange ( TextPatternRangeEndpoint endpoint, |
||
endpoint | TextPatternRangeEndpoint | |
targetRange | ||
targetEndpoint | TextPatternRangeEndpoint | |
return | void |
public MoveEndpointByUnit ( TextPatternRangeEndpoint endpoint, TextUnit unit, int count ) : int | ||
endpoint | TextPatternRangeEndpoint | |
unit | TextUnit | |
count | int | |
return | int |
public ScrollIntoView ( bool alignToTop ) : void | ||
alignToTop | bool | |
return | void |