프로퍼티 | 타입 | 설명 | |
---|---|---|---|
rangeValueProvider | IRangeValueProvider | ||
valueProvider | IValueProvider |
메소드 | 설명 | |
---|---|---|
AddSelection ( int startOffset, int endOffset ) : bool | ||
CopyText ( int start_pos, int end_pos ) : void | ||
CutText ( int start_pos, int end_pos ) : void | ||
DeleteText ( int start_pos, int end_pos ) : void | ||
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 | ||
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 | ||
InsertText ( string text, int &position ) : void | ||
PasteText ( int position ) : void | ||
RaiseAutomationPropertyChangedEvent ( |
||
RemoveSelection ( int selectionNum ) : bool | ||
SetCaretOffset ( int offset ) : bool | ||
SetRunAttributes ( GLib attrib_set, int start_offset, int end_offset ) : bool | ||
SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool | ||
Spinner ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System |
메소드 | 설명 | |
---|---|---|
OnRefStateSet ( ) : Atk.StateSet |
메소드 | 설명 | |
---|---|---|
NewText ( string newText ) : void |
public AddSelection ( int startOffset, int endOffset ) : bool | ||
startOffset | int | |
endOffset | int | |
리턴 | bool |
public CopyText ( int start_pos, int end_pos ) : void | ||
start_pos | int | |
end_pos | int | |
리턴 | void |
public CutText ( int start_pos, int end_pos ) : void | ||
start_pos | int | |
end_pos | int | |
리턴 | void |
public DeleteText ( int start_pos, int end_pos ) : void | ||
start_pos | int | |
end_pos | int | |
리턴 | void |
public GetBoundedRanges ( Atk rect, Atk coordType, Atk xClipType, Atk yClipType ) : Atk.TextRange | ||
rect | Atk | |
coordType | Atk | |
xClipType | Atk | |
yClipType | Atk | |
리턴 | Atk.TextRange |
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 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 InsertText ( string text, int &position ) : void | ||
text | string | |
position | int | |
리턴 | void |
public RaiseAutomationPropertyChangedEvent ( |
||
e | ||
리턴 | void |
public RemoveSelection ( int selectionNum ) : bool | ||
selectionNum | int | |
리턴 | bool |
public SetRunAttributes ( GLib attrib_set, int start_offset, int end_offset ) : bool | ||
attrib_set | GLib | |
start_offset | int | |
end_offset | int | |
리턴 | bool |
public SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool | ||
selectionNum | int | |
startOffset | int | |
endOffset | int | |
리턴 | bool |
public Spinner ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System | ||
provider | System.Windows.Automation.Provider.IRawElementProviderSimple | |
리턴 | System |
protected IRangeValueProvider rangeValueProvider | ||
리턴 | IRangeValueProvider |