Метод | Описание | |
---|---|---|
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 ( |
||
RaiseStructureChangedEvent ( object childProvider, |
||
RemoveSelection ( int selectionNum ) : bool | ||
SetCaretOffset ( int offset ) : bool | ||
SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool |
Метод | Описание | |
---|---|---|
OnGetNChildren ( ) : int | ||
OnRefStateSet ( ) : Atk.StateSet |
Метод | Описание | |
---|---|---|
AdjustLinkObjects ( ) : void |
public AddSelection ( int startOffset, int endOffset ) : bool | ||
startOffset | int | |
endOffset | int | |
Результат | bool |
public GetBoundedRanges ( Atk rect, Atk coordType, Atk xClipType, Atk yClipType ) : Atk.TextRange | ||
rect | Atk | |
coordType | Atk | |
xClipType | Atk | |
yClipType | Atk | |
Результат | Atk.TextRange |
public GetCharacterAtOffset ( int offset ) : char | ||
offset | int | |
Результат | char |
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 |
public GetLink ( int link_index ) : Atk.Hyperlink | ||
link_index | int | |
Результат | Atk.Hyperlink |
public GetLinkIndex ( int char_index ) : int | ||
char_index | int | |
Результат | int |
public GetOffsetAtPoint ( int x, int y, Atk coords ) : int | ||
x | int | |
y | int | |
coords | Atk | |
Результат | int |
public GetRangeExtents ( int startOffset, int endOffset, Atk coordType, Atk &rect ) : void | ||
startOffset | int | |
endOffset | int | |
coordType | Atk | |
rect | Atk | |
Результат | void |
public GetRunAttributes ( int offset, int &startOffset, int &endOffset ) : Atk.Attribute[] | ||
offset | int | |
startOffset | int | |
endOffset | int | |
Результат | Atk.Attribute[] |
public GetSelection ( int selectionNum, int &startOffset, int &endOffset ) : string | ||
selectionNum | int | |
startOffset | int | |
endOffset | int | |
Результат | string |
public GetText ( int startOffset, int endOffset ) : string | ||
startOffset | int | |
endOffset | int | |
Результат | string |
public GetTextAfterOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string | ||
offset | int | |
boundaryType | Atk | |
startOffset | int | |
endOffset | int | |
Результат | string |
public GetTextAtOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string | ||
offset | int | |
boundaryType | Atk | |
startOffset | int | |
endOffset | int | |
Результат | string |
public GetTextBeforeOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string | ||
offset | int | |
boundaryType | Atk | |
startOffset | int | |
endOffset | int | |
Результат | string |
public Hyperlink ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System | ||
provider | System.Windows.Automation.Provider.IRawElementProviderSimple | |
Результат | System |
public RaiseAutomationEvent ( |
||
eventId | ||
e | ||
Результат | void |
public RaiseStructureChangedEvent ( object childProvider, |
||
childProvider | object | |
e | ||
Результат | void |
public RemoveSelection ( int selectionNum ) : bool | ||
selectionNum | int | |
Результат | bool |
public SetCaretOffset ( int offset ) : bool | ||
offset | int | |
Результат | bool |
public SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool | ||
selectionNum | int | |
startOffset | int | |
endOffset | int | |
Результат | bool |