C# Класс Atspi.Text

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddSelection ( int startOffset, int endOffset ) : bool
GetAttributeRun ( int offset, int &startOffset, int &endOffset, bool includeDefaults ) : string>.IDictionary
GetAttributeValue ( int offset, string attributeName, int &startOffset, int &endOffset, bool &defined ) : string
GetBoundedRanges ( int x, int y, int width, int height, CoordType coordType, ClipType xClipType, ClipType yClipType ) : Atspi.RangeList[]
GetCharacterAtOffset ( int offset ) : int
GetCharacterExtents ( int offset, int &x, int &y, int &width, int &height, CoordType coordType ) : void
GetDefaultAttributeSet ( ) : string>.IDictionary
GetOffsetAtPoint ( int x, int y, CoordType coordType ) : int
GetRangeExtents ( int startOffset, int endOffset, int &x, int &y, int &width, int &height, CoordType coordType ) : void
GetSelection ( int selectionNum, int &startOffset, int &endOffset ) : void
GetText ( ) : string
GetText ( int startOffset, int endOffset ) : string
GetTextAfterOffset ( int offset, BoundaryType type, int &startOffset, int &endOffset ) : string
GetTextAtOffset ( int offset, BoundaryType type, int &startOffset, int &endOffset ) : string
GetTextBeforeOffset ( int offset, BoundaryType type, int &startOffset, int &endOffset ) : string
RemoveSelection ( int selectionNum ) : bool
SetCaretOffset ( int offset ) : bool
SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool
Text ( Accessible accessible ) : System

Описание методов

AddSelection() публичный Метод

public AddSelection ( int startOffset, int endOffset ) : bool
startOffset int
endOffset int
Результат bool

GetAttributeRun() публичный Метод

public GetAttributeRun ( int offset, int &startOffset, int &endOffset, bool includeDefaults ) : string>.IDictionary
offset int
startOffset int
endOffset int
includeDefaults bool
Результат string>.IDictionary

GetAttributeValue() публичный Метод

public GetAttributeValue ( int offset, string attributeName, int &startOffset, int &endOffset, bool &defined ) : string
offset int
attributeName string
startOffset int
endOffset int
defined bool
Результат string

GetBoundedRanges() публичный Метод

public GetBoundedRanges ( int x, int y, int width, int height, CoordType coordType, ClipType xClipType, ClipType yClipType ) : Atspi.RangeList[]
x int
y int
width int
height int
coordType CoordType
xClipType ClipType
yClipType ClipType
Результат Atspi.RangeList[]

GetCharacterAtOffset() публичный Метод

public GetCharacterAtOffset ( int offset ) : int
offset int
Результат int

GetCharacterExtents() публичный Метод

public GetCharacterExtents ( int offset, int &x, int &y, int &width, int &height, CoordType coordType ) : void
offset int
x int
y int
width int
height int
coordType CoordType
Результат void

GetDefaultAttributeSet() публичный Метод

public GetDefaultAttributeSet ( ) : string>.IDictionary
Результат string>.IDictionary

GetOffsetAtPoint() публичный Метод

public GetOffsetAtPoint ( int x, int y, CoordType coordType ) : int
x int
y int
coordType CoordType
Результат int

GetRangeExtents() публичный Метод

public GetRangeExtents ( int startOffset, int endOffset, int &x, int &y, int &width, int &height, CoordType coordType ) : void
startOffset int
endOffset int
x int
y int
width int
height int
coordType CoordType
Результат void

GetSelection() публичный Метод

public GetSelection ( int selectionNum, int &startOffset, int &endOffset ) : void
selectionNum int
startOffset int
endOffset int
Результат void

GetText() публичный Метод

public GetText ( ) : string
Результат string

GetText() публичный Метод

public GetText ( int startOffset, int endOffset ) : string
startOffset int
endOffset int
Результат string

GetTextAfterOffset() публичный Метод

public GetTextAfterOffset ( int offset, BoundaryType type, int &startOffset, int &endOffset ) : string
offset int
type BoundaryType
startOffset int
endOffset int
Результат string

GetTextAtOffset() публичный Метод

public GetTextAtOffset ( int offset, BoundaryType type, int &startOffset, int &endOffset ) : string
offset int
type BoundaryType
startOffset int
endOffset int
Результат string

GetTextBeforeOffset() публичный Метод

public GetTextBeforeOffset ( int offset, BoundaryType type, int &startOffset, int &endOffset ) : string
offset int
type BoundaryType
startOffset int
endOffset int
Результат string

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

Text() публичный Метод

public Text ( Accessible accessible ) : System
accessible Accessible
Результат System