C# Class Atspi.EditableText

Datei anzeigen Open project: mono/at-spi-sharp Class Usage Examples

Public Methods

Method Description
CopyText ( int startPos, int endPos ) : void
CutText ( int startPos, int endPos ) : bool
DeleteText ( int startPos, int endPos ) : bool
EditableText ( Accessible accessible ) : System
InsertText ( int position, string text, int length ) : bool
PasteText ( int position ) : bool
SetAttributes ( string attributes, int startPos, int endPos ) : bool
SetTextContents ( string newContents ) : bool

Method Details

CopyText() public method

public CopyText ( int startPos, int endPos ) : void
startPos int
endPos int
return void

CutText() public method

public CutText ( int startPos, int endPos ) : bool
startPos int
endPos int
return bool

DeleteText() public method

public DeleteText ( int startPos, int endPos ) : bool
startPos int
endPos int
return bool

EditableText() public method

public EditableText ( Accessible accessible ) : System
accessible Accessible
return System

InsertText() public method

public InsertText ( int position, string text, int length ) : bool
position int
text string
length int
return bool

PasteText() public method

public PasteText ( int position ) : bool
position int
return bool

SetAttributes() public method

public SetAttributes ( string attributes, int startPos, int endPos ) : bool
attributes string
startPos int
endPos int
return bool

SetTextContents() public method

public SetTextContents ( string newContents ) : bool
newContents string
return bool