Uses of Class
io.qt.gui.QTextLength
Packages that use QTextLength
-
Uses of QTextLength in io.qt.gui
Methods in io.qt.gui that return QTextLengthModifier and TypeMethodDescriptionQTextLength.clone()
Creates and returns a copy of this object.final QTextLength
QTextFrameFormat.height()
final QTextLength
QTextFormat.lengthProperty
(int propertyId) final QTextLength
QTextFrameFormat.width()
Methods in io.qt.gui that return types with arguments of type QTextLengthModifier and TypeMethodDescriptionfinal QList<QTextLength>
QTextTableFormat.columnWidthConstraints()
final QList<QTextLength>
QTextFormat.lengthVectorProperty
(int propertyId) Methods in io.qt.gui with parameters of type QTextLengthModifier and TypeMethodDescriptionfinal boolean
QTextLength.equals
(QTextLength other) final void
QTextFrameFormat.setHeight
(QTextLength height) final void
QTextFrameFormat.setWidth
(QTextLength length) Method parameters in io.qt.gui with type arguments of type QTextLengthModifier and TypeMethodDescriptionfinal void
QTextTableFormat.setColumnWidthConstraints
(Collection<? extends QTextLength> constraints) final void
QTextFormat.setProperty
(int propertyId, Collection<? extends QTextLength> lengths) Constructors in io.qt.gui with parameters of type QTextLengthModifierConstructorDescriptionQTextLength
(QTextLength other) SeeQTextLength::
QTextLength(QTextLength)