C# 클래스 UiaAtkBridge.Hyperlink

상속: ComponentParentAdapter, Atk.ITextImplementor, Atk.IHypertextImplementor
파일 보기 프로젝트 열기: mono/uia2atk 1 사용 예제들

공개 메소드들

메소드 설명
AddSelection ( int startOffset, int endOffset ) : bool
GetBoundedRanges ( Atk rect, Atk coordType, Atk xClipType, Atk yClipType ) : Atk.TextRange
GetCharacterAtOffset ( int offset ) : char
GetCharacterExtents ( int offset, int &x, int &y, int &width, int &height, Atk coords ) : void
GetLink ( int link_index ) : Atk.Hyperlink
GetLinkIndex ( int char_index ) : int
GetOffsetAtPoint ( int x, int y, Atk coords ) : int
GetRangeExtents ( int startOffset, int endOffset, Atk coordType, Atk &rect ) : void
GetRunAttributes ( int offset, int &startOffset, int &endOffset ) : Atk.Attribute[]
GetSelection ( int selectionNum, int &startOffset, int &endOffset ) : string
GetText ( int startOffset, int endOffset ) : string
GetTextAfterOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string
GetTextAtOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string
GetTextBeforeOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string
Hyperlink ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseStructureChangedEvent ( object childProvider, StructureChangedEventArgs e ) : void
RemoveSelection ( int selectionNum ) : bool
SetCaretOffset ( int offset ) : bool
SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool

보호된 메소드들

메소드 설명
OnGetNChildren ( ) : int
OnRefStateSet ( ) : Atk.StateSet

비공개 메소드들

메소드 설명
AdjustLinkObjects ( ) : void

메소드 상세

AddSelection() 공개 메소드

public AddSelection ( int startOffset, int endOffset ) : bool
startOffset int
endOffset int
리턴 bool

GetBoundedRanges() 공개 메소드

public GetBoundedRanges ( Atk rect, Atk coordType, Atk xClipType, Atk yClipType ) : Atk.TextRange
rect Atk
coordType Atk
xClipType Atk
yClipType Atk
리턴 Atk.TextRange

GetCharacterAtOffset() 공개 메소드

public GetCharacterAtOffset ( int offset ) : char
offset int
리턴 char

GetCharacterExtents() 공개 메소드

public GetCharacterExtents ( int offset, int &x, int &y, int &width, int &height, Atk coords ) : void
offset int
x int
y int
width int
height int
coords Atk
리턴 void

GetLink() 공개 메소드

public GetLink ( int link_index ) : Atk.Hyperlink
link_index int
리턴 Atk.Hyperlink

GetLinkIndex() 공개 메소드

public GetLinkIndex ( int char_index ) : int
char_index int
리턴 int

GetOffsetAtPoint() 공개 메소드

public GetOffsetAtPoint ( int x, int y, Atk coords ) : int
x int
y int
coords Atk
리턴 int

GetRangeExtents() 공개 메소드

public GetRangeExtents ( int startOffset, int endOffset, Atk coordType, Atk &rect ) : void
startOffset int
endOffset int
coordType Atk
rect Atk
리턴 void

GetRunAttributes() 공개 메소드

public GetRunAttributes ( int offset, int &startOffset, int &endOffset ) : Atk.Attribute[]
offset int
startOffset int
endOffset int
리턴 Atk.Attribute[]

GetSelection() 공개 메소드

public GetSelection ( int selectionNum, int &startOffset, int &endOffset ) : string
selectionNum int
startOffset int
endOffset int
리턴 string

GetText() 공개 메소드

public GetText ( int startOffset, int endOffset ) : string
startOffset int
endOffset int
리턴 string

GetTextAfterOffset() 공개 메소드

public GetTextAfterOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string
offset int
boundaryType Atk
startOffset int
endOffset int
리턴 string

GetTextAtOffset() 공개 메소드

public GetTextAtOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string
offset int
boundaryType Atk
startOffset int
endOffset int
리턴 string

GetTextBeforeOffset() 공개 메소드

public GetTextBeforeOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string
offset int
boundaryType Atk
startOffset int
endOffset int
리턴 string

Hyperlink() 공개 메소드

public Hyperlink ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
리턴 System

OnGetNChildren() 보호된 메소드

protected OnGetNChildren ( ) : int
리턴 int

OnRefStateSet() 보호된 메소드

protected OnRefStateSet ( ) : Atk.StateSet
리턴 Atk.StateSet

RaiseAutomationEvent() 공개 메소드

public RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
eventId System.Windows.Automation.AutomationEvent
e System.Windows.Automation.AutomationEventArgs
리턴 void

RaiseStructureChangedEvent() 공개 메소드

public RaiseStructureChangedEvent ( object childProvider, StructureChangedEventArgs e ) : void
childProvider object
e System.Windows.Automation.StructureChangedEventArgs
리턴 void

RemoveSelection() 공개 메소드

public RemoveSelection ( int selectionNum ) : bool
selectionNum int
리턴 bool

SetCaretOffset() 공개 메소드

public SetCaretOffset ( int offset ) : bool
offset int
리턴 bool

SetSelection() 공개 메소드

public SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool
selectionNum int
startOffset int
endOffset int
리턴 bool