Table of Contents

Interface IAccessibleText

Namespace
Javax.Accessibility
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IAccessibleText

Properties

CaretPosition

int CaretPosition { get; }

Property Value

int

CharCount

int CharCount { get; }

Property Value

int

SelectedText

String SelectedText { get; }

Property Value

String

SelectionEnd

int SelectionEnd { get; }

Property Value

int

SelectionStart

int SelectionStart { get; }

Property Value

int

Methods

GetAfterIndex(int, int)

String GetAfterIndex(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

String

String

GetAtIndex(int, int)

String GetAtIndex(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

String

String

GetBeforeIndex(int, int)

String GetBeforeIndex(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

String

String

GetCharacterAttribute(int)

AttributeSet GetCharacterAttribute(int arg0)

Parameters

arg0 int

int

Returns

AttributeSet

AttributeSet

GetCharacterBounds(int)

Rectangle GetCharacterBounds(int arg0)

Parameters

arg0 int

int

Returns

Rectangle

Rectangle

GetIndexAtPoint(Point)

int GetIndexAtPoint(Point arg0)

Parameters

arg0 Point

Point

Returns

int

int