C# 클래스 Atspi.Text

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

공개 메소드들

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