java.lang.Object
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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-