C# Class Atspi.Text

Afficher le fichier Open project: mono/at-spi-sharp Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AddSelection() public méthode

public AddSelection ( int startOffset, int endOffset ) : bool
startOffset int
endOffset int
Résultat bool

GetAttributeRun() public méthode

public GetAttributeRun ( int offset, int &startOffset, int &endOffset, bool includeDefaults ) : string>.IDictionary
offset int
startOffset int
endOffset int
includeDefaults bool
Résultat string>.IDictionary

GetAttributeValue() public méthode

public GetAttributeValue ( int offset, string attributeName, int &startOffset, int &endOffset, bool &defined ) : string
offset int
attributeName string
startOffset int
endOffset int
defined bool
Résultat string

GetBoundedRanges() public méthode

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
Résultat Atspi.RangeList[]

GetCharacterAtOffset() public méthode

public GetCharacterAtOffset ( int offset ) : int
offset int
Résultat int

GetCharacterExtents() public méthode

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
Résultat void

GetDefaultAttributeSet() public méthode

public GetDefaultAttributeSet ( ) : string>.IDictionary
Résultat string>.IDictionary

GetOffsetAtPoint() public méthode

public GetOffsetAtPoint ( int x, int y, CoordType coordType ) : int
x int
y int
coordType CoordType
Résultat int

GetRangeExtents() public méthode

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
Résultat void

GetSelection() public méthode

public GetSelection ( int selectionNum, int &startOffset, int &endOffset ) : void
selectionNum int
startOffset int
endOffset int
Résultat void

GetText() public méthode

public GetText ( ) : string
Résultat string

GetText() public méthode

public GetText ( int startOffset, int endOffset ) : string
startOffset int
endOffset int
Résultat string

GetTextAfterOffset() public méthode

public GetTextAfterOffset ( int offset, BoundaryType type, int &startOffset, int &endOffset ) : string
offset int
type BoundaryType
startOffset int
endOffset int
Résultat string

GetTextAtOffset() public méthode

public GetTextAtOffset ( int offset, BoundaryType type, int &startOffset, int &endOffset ) : string
offset int
type BoundaryType
startOffset int
endOffset int
Résultat string

GetTextBeforeOffset() public méthode

public GetTextBeforeOffset ( int offset, BoundaryType type, int &startOffset, int &endOffset ) : string
offset int
type BoundaryType
startOffset int
endOffset int
Résultat string

RemoveSelection() public méthode

public RemoveSelection ( int selectionNum ) : bool
selectionNum int
Résultat bool

SetCaretOffset() public méthode

public SetCaretOffset ( int offset ) : bool
offset int
Résultat bool

SetSelection() public méthode

public SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool
selectionNum int
startOffset int
endOffset int
Résultat bool

Text() public méthode

public Text ( Accessible accessible ) : System
accessible Accessible
Résultat System