C# 클래스 Atspi.EditableText

파일 보기 프로젝트 열기: mono/at-spi-sharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CopyText() 공개 메소드

public CopyText ( int startPos, int endPos ) : void
startPos int
endPos int
리턴 void

CutText() 공개 메소드

public CutText ( int startPos, int endPos ) : bool
startPos int
endPos int
리턴 bool

DeleteText() 공개 메소드

public DeleteText ( int startPos, int endPos ) : bool
startPos int
endPos int
리턴 bool

EditableText() 공개 메소드

public EditableText ( Accessible accessible ) : System
accessible Accessible
리턴 System

InsertText() 공개 메소드

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

PasteText() 공개 메소드

public PasteText ( int position ) : bool
position int
리턴 bool

SetAttributes() 공개 메소드

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

SetTextContents() 공개 메소드

public SetTextContents ( string newContents ) : bool
newContents string
리턴 bool