C# 클래스 System.Windows.Automation.Text.TextPatternRange

파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

Private Properties

프로퍼티 타입 설명
TextPatternRange System
Wrap TextPatternRange
Wrap System.Windows.Automation.Text.TextPatternRange[]

공개 메소드들

메소드 설명
AddToSelection ( ) : void
Clone ( ) : TextPatternRange
Compare ( TextPatternRange range ) : bool
CompareEndpoints ( TextPatternRangeEndpoint endpoint, TextPatternRange targetRange, TextPatternRangeEndpoint targetEndpoint ) : int
ExpandToEnclosingUnit ( TextUnit unit ) : void
FindAttribute ( AutomationTextAttribute attribute, object value, bool backward ) : TextPatternRange
FindText ( string text, bool backward, bool ignoreCase ) : TextPatternRange
GetAttributeValue ( AutomationTextAttribute attribute ) : object
GetBoundingRectangles ( ) : Rect[]
GetChildren ( ) : AutomationElement[]
GetEnclosingElement ( ) : AutomationElement
GetText ( int maxLength ) : string
Move ( TextUnit unit, int count ) : int
MoveEndpointByRange ( TextPatternRangeEndpoint endpoint, TextPatternRange targetRange, TextPatternRangeEndpoint targetEndpoint ) : void
MoveEndpointByUnit ( TextPatternRangeEndpoint endpoint, TextUnit unit, int count ) : int
RemoveFromSelection ( ) : void
ScrollIntoView ( bool alignToTop ) : void
Select ( ) : void

비공개 메소드들

메소드 설명
TextPatternRange ( UIAutomationClient range, TextPattern pattern ) : System
Wrap ( UIAutomationClient range, TextPattern pattern ) : TextPatternRange
Wrap ( UIAutomationClient ranges, TextPattern pattern ) : System.Windows.Automation.Text.TextPatternRange[]

메소드 상세

AddToSelection() 공개 메소드

public AddToSelection ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : TextPatternRange
리턴 TextPatternRange

Compare() 공개 메소드

public Compare ( TextPatternRange range ) : bool
range TextPatternRange
리턴 bool

CompareEndpoints() 공개 메소드

public CompareEndpoints ( TextPatternRangeEndpoint endpoint, TextPatternRange targetRange, TextPatternRangeEndpoint targetEndpoint ) : int
endpoint TextPatternRangeEndpoint
targetRange TextPatternRange
targetEndpoint TextPatternRangeEndpoint
리턴 int

ExpandToEnclosingUnit() 공개 메소드

public ExpandToEnclosingUnit ( TextUnit unit ) : void
unit TextUnit
리턴 void

FindAttribute() 공개 메소드

public FindAttribute ( AutomationTextAttribute attribute, object value, bool backward ) : TextPatternRange
attribute AutomationTextAttribute
value object
backward bool
리턴 TextPatternRange

FindText() 공개 메소드

public FindText ( string text, bool backward, bool ignoreCase ) : TextPatternRange
text string
backward bool
ignoreCase bool
리턴 TextPatternRange

GetAttributeValue() 공개 메소드

public GetAttributeValue ( AutomationTextAttribute attribute ) : object
attribute AutomationTextAttribute
리턴 object

GetBoundingRectangles() 공개 메소드

public GetBoundingRectangles ( ) : Rect[]
리턴 Rect[]

GetChildren() 공개 메소드

public GetChildren ( ) : AutomationElement[]
리턴 AutomationElement[]

GetEnclosingElement() 공개 메소드

public GetEnclosingElement ( ) : AutomationElement
리턴 AutomationElement

GetText() 공개 메소드

public GetText ( int maxLength ) : string
maxLength int
리턴 string

Move() 공개 메소드

public Move ( TextUnit unit, int count ) : int
unit TextUnit
count int
리턴 int

MoveEndpointByRange() 공개 메소드

public MoveEndpointByRange ( TextPatternRangeEndpoint endpoint, TextPatternRange targetRange, TextPatternRangeEndpoint targetEndpoint ) : void
endpoint TextPatternRangeEndpoint
targetRange TextPatternRange
targetEndpoint TextPatternRangeEndpoint
리턴 void

MoveEndpointByUnit() 공개 메소드

public MoveEndpointByUnit ( TextPatternRangeEndpoint endpoint, TextUnit unit, int count ) : int
endpoint TextPatternRangeEndpoint
unit TextUnit
count int
리턴 int

RemoveFromSelection() 공개 메소드

public RemoveFromSelection ( ) : void
리턴 void

ScrollIntoView() 공개 메소드

public ScrollIntoView ( bool alignToTop ) : void
alignToTop bool
리턴 void

Select() 공개 메소드

public Select ( ) : void
리턴 void