- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QAccessibleTextInterface.Impl
public interface QAccessibleTextInterface extends QtObjectInterface
Implements support for text handling
Java wrapper for Qt class QAccessibleTextInterface
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QAccessibleTextInterface.Impl
Implementor class for interfaceQAccessibleTextInterface
static class
QAccessibleTextInterface.MemberAccess
-
Method Summary
Modifier and Type Method Description void
addSelection(int startOffset, int endOffset)
String
attributes(int offset, int[] startOffset, int[] endOffset)
int
characterCount()
QRect
characterRect(int offset)
int
cursorPosition()
int
offsetAtPoint(QPoint point)
void
removeSelection(int selectionIndex)
void
scrollToSubstring(int startIndex, int endIndex)
void
selection(int selectionIndex, int[] startOffset, int[] endOffset)
int
selectionCount()
void
setCursorPosition(int position)
void
setSelection(int selectionIndex, int startOffset, int endOffset)
String
text(int startOffset, int endOffset)
default String
textAfterOffset(int offset, QAccessible.TextBoundaryType boundaryType, int[] startOffset, int[] endOffset)
default String
textAtOffset(int offset, QAccessible.TextBoundaryType boundaryType, int[] startOffset, int[] endOffset)
default String
textBeforeOffset(int offset, QAccessible.TextBoundaryType boundaryType, int[] startOffset, int[] endOffset)
-
Method Details
-
addSelection
-
attributes
-
characterCount
-
characterRect
-
cursorPosition
-
offsetAtPoint
-
removeSelection
-
scrollToSubstring
-
selection
-
selectionCount
-
setCursorPosition
-
setSelection
-
text
-
textAfterOffset
@QtUninvokable default String textAfterOffset(int offset, QAccessible.TextBoundaryType boundaryType, int[] startOffset, int[] endOffset) -
textAtOffset
@QtUninvokable default String textAtOffset(int offset, QAccessible.TextBoundaryType boundaryType, int[] startOffset, int[] endOffset) -
textBeforeOffset
@QtUninvokable default String textBeforeOffset(int offset, QAccessible.TextBoundaryType boundaryType, int[] startOffset, int[] endOffset)
-