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
CharCount
int CharCount { get; }
Property Value
SelectedText
String SelectedText { get; }
Property Value
SelectionEnd
int SelectionEnd { get; }
Property Value
SelectionStart
int SelectionStart { get; }
Property Value
Methods
GetAfterIndex(int, int)
String GetAfterIndex(int arg0, int arg1)
Parameters
Returns
GetAtIndex(int, int)
String GetAtIndex(int arg0, int arg1)
Parameters
Returns
GetBeforeIndex(int, int)
String GetBeforeIndex(int arg0, int arg1)
Parameters
Returns
GetCharacterAttribute(int)
AttributeSet GetCharacterAttribute(int arg0)
Parameters
Returns
GetCharacterBounds(int)
Rectangle GetCharacterBounds(int arg0)
Parameters
Returns
GetIndexAtPoint(Point)
int GetIndexAtPoint(Point arg0)