Свойство | Type | Description | |
---|---|---|---|
resource | |||
selectionEndOffset | int | ||
selectionStartOffset | int |
Méthode | Description | |
---|---|---|
AddSelection ( int startOffset, int endOffset ) : bool | ||
BaseTextImplementor ( |
||
EmitTextChanged ( Atk detail, int position, int length ) : void | ||
EmitTextChanged ( Atk detail, int position, int length, string curText ) : 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 | ||
HandleSimpleChange ( string &oldText, int &caretOffset ) : bool | ||
HandleSimpleChange ( string &oldText, int &caretOffset, bool updateCaret ) : bool | ||
RaiseAutomationEvent ( |
||
RaiseAutomationPropertyChangedEvent ( |
||
RemoveSelection ( int selectionNum ) : bool | ||
SetCaretOffSet ( int offset ) : bool | ||
SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool |
Méthode | Description | |
---|---|---|
BackwardToNextSeparator ( char seps, int startOffset, bool stopEarly ) : int | ||
BackwardToNextSeparator ( char seps, int startOffset, int &stopEarlyOffset, int &stopLateOffset ) : void | ||
CharEqualsAny ( char boilerPlate, char candidates ) : bool | ||
ForwardToNextSeparator ( char seps, int startOffset, bool stopEarly ) : int | ||
ForwardToNextSeparator ( char seps, int startOffset, int &stopEarlyOffset, int &stopLateOffset ) : void | ||
ForwardToNextSeparator ( char seps, int startOffset, int &stopEarlyOffset, int &stopLateOffset, bool findNonSeparators ) : void | ||
GetNotSupportedBoundary ( Atk bType ) : |
||
IsAddition ( string super, string sub, int &offset ) : bool | ||
ReturnTextWrtOffset ( int startOffset ) : string | ||
ReturnTextWrtOffset ( int startOffset, int endOffset ) : string | ||
UpdateCaretToValidValue ( ) : void |
public AddSelection ( int startOffset, int endOffset ) : bool | ||
startOffset | int | |
endOffset | int | |
Résultat | bool |
public BaseTextImplementor ( |
||
resource | ||
Résultat | System |
public EmitTextChanged ( Atk detail, int position, int length ) : void | ||
detail | Atk | |
position | int | |
length | int | |
Résultat | void |
public EmitTextChanged ( Atk detail, int position, int length, string curText ) : void | ||
detail | Atk | |
position | int | |
length | int | |
curText | string | |
Résultat | void |
public GetBoundedRanges ( Atk rect, Atk coordType, Atk xClipType, Atk yClipType ) : Atk.TextRange | ||
rect | Atk | |
coordType | Atk | |
xClipType | Atk | |
yClipType | Atk | |
Résultat | Atk.TextRange |
public GetCharacterAtOffset ( int offset ) : char | ||
offset | int | |
Résultat | 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 | |
Résultat | void |
public GetOffsetAtPoint ( int x, int y, Atk coords ) : int | ||
x | int | |
y | int | |
coords | Atk | |
Résultat | int |
public GetRangeExtents ( int startOffset, int endOffset, Atk coordType, Atk &rect ) : void | ||
startOffset | int | |
endOffset | int | |
coordType | Atk | |
rect | Atk | |
Résultat | void |
public GetRunAttributes ( int offset, int &startOffset, int &endOffset ) : Atk.Attribute[] | ||
offset | int | |
startOffset | int | |
endOffset | int | |
Résultat | Atk.Attribute[] |
public GetSelection ( int selectionNum, int &startOffset, int &endOffset ) : string | ||
selectionNum | int | |
startOffset | int | |
endOffset | int | |
Résultat | string |
public GetText ( int startOffset, int endOffset ) : string | ||
startOffset | int | |
endOffset | int | |
Résultat | string |
public GetTextAfterOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string | ||
offset | int | |
boundaryType | Atk | |
startOffset | int | |
endOffset | int | |
Résultat | string |
public GetTextAtOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string | ||
offset | int | |
boundaryType | Atk | |
startOffset | int | |
endOffset | int | |
Résultat | string |
public GetTextBeforeOffset ( int offset, Atk boundaryType, int &startOffset, int &endOffset ) : string | ||
offset | int | |
boundaryType | Atk | |
startOffset | int | |
endOffset | int | |
Résultat | string |
public HandleSimpleChange ( string &oldText, int &caretOffset ) : bool | ||
oldText | string | |
caretOffset | int | |
Résultat | bool |
public HandleSimpleChange ( string &oldText, int &caretOffset, bool updateCaret ) : bool | ||
oldText | string | |
caretOffset | int | |
updateCaret | bool | |
Résultat | bool |
public RaiseAutomationEvent ( |
||
eventId | ||
e | ||
Résultat | bool |
public RaiseAutomationPropertyChangedEvent ( |
||
e | ||
Résultat | bool |
public RemoveSelection ( int selectionNum ) : bool | ||
selectionNum | int | |
Résultat | bool |
public SetCaretOffSet ( int offset ) : bool | ||
offset | int | |
Résultat | bool |
public SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool | ||
selectionNum | int | |
startOffset | int | |
endOffset | int | |
Résultat | bool |