Uses of Enum
io.qt.gui.QPageLayout.OutOfBoundsPolicy
Packages that use QPageLayout.OutOfBoundsPolicy
-
Uses of QPageLayout.OutOfBoundsPolicy in io.qt.gui
Methods in io.qt.gui that return QPageLayout.OutOfBoundsPolicyModifier and TypeMethodDescriptionQPageLayout.OutOfBoundsPolicy.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QPageLayout.OutOfBoundsPolicy[]
QPageLayout.OutOfBoundsPolicy.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 QPageLayout.OutOfBoundsPolicyModifier and TypeMethodDescriptionfinal boolean
QPageLayout.setBottomMargin
(double bottomMargin, QPageLayout.OutOfBoundsPolicy outOfBoundsPolicy) final boolean
QPageLayout.setLeftMargin
(double leftMargin, QPageLayout.OutOfBoundsPolicy outOfBoundsPolicy) final boolean
QPageLayout.setMargins
(QMarginsF margins, QPageLayout.OutOfBoundsPolicy outOfBoundsPolicy) final boolean
QPageLayout.setMargins
(QMargins margins, QPageLayout.OutOfBoundsPolicy outOfBoundsPolicy) Overloaded function forQPageLayout.setMargins(io.qt.core.QMarginsF, io.qt.gui.QPageLayout.OutOfBoundsPolicy)
.final boolean
QPageLayout.setRightMargin
(double rightMargin, QPageLayout.OutOfBoundsPolicy outOfBoundsPolicy) final boolean
QPageLayout.setTopMargin
(double topMargin, QPageLayout.OutOfBoundsPolicy outOfBoundsPolicy)