java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.pdf.QPdfDocumentRenderOptions
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Holds the options to render a page from a PDF document
Java wrapper for Qt class QPdfDocumentRenderOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
final QPdf.RenderFlags
final QPdf.Rotation
rotation()
final QRect
final QSize
final void
Overloaded function forsetRenderFlags(io.qt.pdf.QPdf.RenderFlags)
.final void
final void
final void
final void
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPdfDocumentRenderOptions
public QPdfDocumentRenderOptions() -
QPdfDocumentRenderOptions
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
renderFlags
-
rotation
-
scaledClipRect
-
scaledSize
-
setRenderFlags
Overloaded function for
setRenderFlags(io.qt.pdf.QPdf.RenderFlags)
. -
setRenderFlags
-
setRotation
-
setScaledClipRect
-
setScaledSize
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-