Uses of Enum
io.qt.pdf.QPdfDocumentRenderOptions.RenderFlag
Packages that use QPdfDocumentRenderOptions.RenderFlag
-
Uses of QPdfDocumentRenderOptions.RenderFlag in io.qt.pdf
Methods in io.qt.pdf that return QPdfDocumentRenderOptions.RenderFlagModifier and TypeMethodDescriptionfinal QPdfDocumentRenderOptions.RenderFlag []
QPdfDocumentRenderOptions.RenderFlags.flags()
Returns an array of flag objects represented by this RenderFlags.QPdfDocumentRenderOptions.RenderFlag.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QPdfDocumentRenderOptions.RenderFlag[]
QPdfDocumentRenderOptions.RenderFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.pdf with parameters of type QPdfDocumentRenderOptions.RenderFlagModifier and TypeMethodDescriptionQPdfDocumentRenderOptions.RenderFlag.cleared
(QPdfDocumentRenderOptions.RenderFlag e) Excludes other enum entry from a flag of this entry.QPdfDocumentRenderOptions.RenderFlag.combined
(QPdfDocumentRenderOptions.RenderFlag e) Combines this entry with other enum entry.QPdfDocumentRenderOptions.RenderFlags.combined
(QPdfDocumentRenderOptions.RenderFlag e) Combines this flags with enum entry.QPdfDocumentRenderOptions.RenderFlag.flags
(QPdfDocumentRenderOptions.RenderFlag ... values) Creates a newQPdfDocumentRenderOptions.RenderFlags
from the entries.QPdfDocumentRenderOptions.RenderFlags.setFlag
(QPdfDocumentRenderOptions.RenderFlag e) Sets the flage
QPdfDocumentRenderOptions.RenderFlags.setFlag
(QPdfDocumentRenderOptions.RenderFlag e, boolean on) Sets or clears the flagflag
final void
QPdfDocumentRenderOptions.setRenderFlags
(QPdfDocumentRenderOptions.RenderFlag ... r) Overloaded function forQPdfDocumentRenderOptions.setRenderFlags(io.qt.pdf.QPdfDocumentRenderOptions.RenderFlags)
.Constructors in io.qt.pdf with parameters of type QPdfDocumentRenderOptions.RenderFlagModifierConstructorDescriptionCreates a new RenderFlags where the flags inargs
are set.