Uses of Enum
io.qt.gui.QAccessible.TextBoundaryType
-
Uses of QAccessible.TextBoundaryType in io.qt.gui
Modifier and TypeMethodDescriptionstatic QAccessible.TextBoundaryType
QAccessible.TextBoundaryType.resolve
(int value) Returns the corresponding enum entry for the given value.static QAccessible.TextBoundaryType
Returns the enum constant of this type with the specified name.static QAccessible.TextBoundaryType[]
QAccessible.TextBoundaryType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQAccessible.qAccessibleTextBoundaryHelper
(QTextCursor cursor, QAccessible.TextBoundaryType boundaryType) SeeQAccessible::
qAccessibleTextBoundaryHelper(QTextCursor, QAccessible::TextBoundaryType) QAccessibleTextInterface.Impl.textAfterOffset
(int offset, QAccessible.TextBoundaryType boundaryType, int[] startOffset, int[] endOffset) default String
QAccessibleTextInterface.textAfterOffset
(int offset, QAccessible.TextBoundaryType boundaryType, int[] startOffset, int[] endOffset) QAccessibleTextInterface.Impl.textAtOffset
(int offset, QAccessible.TextBoundaryType boundaryType, int[] startOffset, int[] endOffset) default String
QAccessibleTextInterface.textAtOffset
(int offset, QAccessible.TextBoundaryType boundaryType, int[] startOffset, int[] endOffset) QAccessibleTextInterface.Impl.textBeforeOffset
(int offset, QAccessible.TextBoundaryType boundaryType, int[] startOffset, int[] endOffset) default String
QAccessibleTextInterface.textBeforeOffset
(int offset, QAccessible.TextBoundaryType boundaryType, int[] startOffset, int[] endOffset)