Uses of Enum
io.qt.gui.QAccessible.TextBoundaryType
Packages that use QAccessible.TextBoundaryType
-
Uses of QAccessible.TextBoundaryType in io.qt.gui
Methods in io.qt.gui that return QAccessible.TextBoundaryTypeModifier 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.Methods in io.qt.gui with parameters of type QAccessible.TextBoundaryTypeModifier and TypeMethodDescriptionQAccessible.qAccessibleTextBoundaryHelper
(QTextCursor cursor, QAccessible.TextBoundaryType boundaryType) 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)