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
QTextImageFormat.maximumWidth()
final QTextLength
QTextFrameFormat.width()
Modifier and TypeMethodDescriptionfinal QList<QTextLength>
QTextTableFormat.columnWidthConstraints()
final QList<QTextLength>
QTextFormat.lengthVectorProperty
(int propertyId) Modifier and TypeMethodDescriptionfinal boolean
QTextLength.equals
(QTextLength other) final void
QTextFrameFormat.setHeight
(QTextLength height) final void
QTextImageFormat.setMaximumWidth
(QTextLength maxWidth) 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)