Uses of Class
io.qt.gui.QTextLength
-
Uses of QTextLength in io.qt.gui
Modifier 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()
Modifier and TypeMethodDescriptionfinal QVector
<QTextLength> QTextTableFormat.columnWidthConstraints()
final QVector
<QTextLength> QTextFormat.lengthVectorProperty
(int propertyId) Modifier and TypeMethodDescriptionfinal boolean
QTextLength.equals
(QTextLength other) final void
QTextFrameFormat.setHeight
(QTextLength height) final void
QTextFrameFormat.setWidth
(QTextLength length) Modifier and TypeMethodDescriptionfinal void
QTextTableFormat.setColumnWidthConstraints
(Collection<? extends QTextLength> constraints) final void
QTextFormat.setProperty
(int propertyId, Collection<? extends QTextLength> lengths) ModifierConstructorDescriptionQTextLength
(QTextLength other) SeeQTextLength::
QTextLength(QTextLength)