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's class QPdfDocumentRenderOptions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QPdfDocumentRenderOptions::RenderFlagstatic final class
QFlags type for enumQPdfDocumentRenderOptions.RenderFlag
static enum
Java wrapper for Qt enum QPdfDocumentRenderOptions::RotationNested 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()
rotation()
final QRect
final QSize
final void
Overloaded function forsetRenderFlags(io.qt.pdf.QPdfDocumentRenderOptions.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.QPdfDocumentRenderOptions.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
-