|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QPrintEngine.PrintEnginePropertyKey
public static final class QPrintEngine.PrintEnginePropertyKey
This enum is used to communicate properties between the print engine and QPrinter. A property may or may not be supported by a given print engine.
| Field Summary | |
|---|---|
static QPrintEngine.PrintEnginePropertyKey |
PPK_CollateCopies
A boolean value indicating whether the printout should be collated or not. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_ColorMode
Refers to QPrinter::ColorMode , either color or monochrome. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_Creator
A string describing the document's creator. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_CustomBase
Basis for extension. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_CustomPaperSize
A QSizeF specifying a custom paper size in the QPrinter::Point unit. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_DocumentName
A string describing the document name in the spooler. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_Duplex
A boolean value indicating whether both sides of the printer paper should be used for the printout. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_FontEmbedding
A boolean value indicating whether data for the document's fonts should be embedded in the data sent to the printer. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_FullPage
A boolean describing if the printer should be full page or not. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_NumberOfCopies
An integer specifying the number of copies |
static QPrintEngine.PrintEnginePropertyKey |
PPK_Orientation
Specifies a QPrinter::Orientation value. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_OutputFileName
The output file name as a string. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_PageMargins
A QList< QVariant> containing the left, top, right and bottom margin values. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_PageOrder
Specifies a QPrinter::PageOrder value. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_PageRect
A QRect specifying the page rectangle |
static QPrintEngine.PrintEnginePropertyKey |
PPK_PageSize
Obsolete. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_PaperRect
A QRect specifying the paper rectangle. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_PaperSource
Specifies a QPrinter::PaperSource value. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_PaperSources
Specifies more than one QPrinter::PaperSource value. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_PrinterName
A string specifying the name of the printer. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_PrinterProgram
A string specifying the name of the printer program used for printing, |
static QPrintEngine.PrintEnginePropertyKey |
PPK_Resolution
An integer describing the dots per inch for this printer. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_SelectionOption
|
static QPrintEngine.PrintEnginePropertyKey |
PPK_SupportedResolutions
A list of integer QVariants describing the set of supported resolutions that the printer has. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_SuppressSystemPrintStatus
Suppress the built-in dialog for showing printing progress. |
static QPrintEngine.PrintEnginePropertyKey |
PPK_WindowsPageSize
An integer specifying a DM_PAPER entry on Windows. |
| Method Summary | |
|---|---|
static QPrintEngine.PrintEnginePropertyKey |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QPrintEngine.PrintEnginePropertyKey |
valueOf(java.lang.String name)
|
static QPrintEngine.PrintEnginePropertyKey[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final QPrintEngine.PrintEnginePropertyKey PPK_CollateCopies
public static final QPrintEngine.PrintEnginePropertyKey PPK_ColorMode
QPrinter::ColorMode , either color or monochrome.
public static final QPrintEngine.PrintEnginePropertyKey PPK_Creator
public static final QPrintEngine.PrintEnginePropertyKey PPK_DocumentName
public static final QPrintEngine.PrintEnginePropertyKey PPK_FullPage
public static final QPrintEngine.PrintEnginePropertyKey PPK_NumberOfCopies
public static final QPrintEngine.PrintEnginePropertyKey PPK_Orientation
QPrinter::Orientation value.
public static final QPrintEngine.PrintEnginePropertyKey PPK_OutputFileName
public static final QPrintEngine.PrintEnginePropertyKey PPK_PageOrder
QPrinter::PageOrder value.
public static final QPrintEngine.PrintEnginePropertyKey PPK_PageRect
QRect specifying the page rectangle
public static final QPrintEngine.PrintEnginePropertyKey PPK_PageSize
PPK_PaperSize instead.
public static final QPrintEngine.PrintEnginePropertyKey PPK_PaperRect
QRect specifying the paper rectangle.
public static final QPrintEngine.PrintEnginePropertyKey PPK_PaperSource
QPrinter::PaperSource value.
public static final QPrintEngine.PrintEnginePropertyKey PPK_PrinterName
public static final QPrintEngine.PrintEnginePropertyKey PPK_PrinterProgram
public static final QPrintEngine.PrintEnginePropertyKey PPK_Resolution
public static final QPrintEngine.PrintEnginePropertyKey PPK_SelectionOption
public static final QPrintEngine.PrintEnginePropertyKey PPK_SupportedResolutions
QVariants describing the set of supported resolutions that the printer has.
public static final QPrintEngine.PrintEnginePropertyKey PPK_WindowsPageSize
DM_PAPER entry on Windows.
public static final QPrintEngine.PrintEnginePropertyKey PPK_FontEmbedding
public static final QPrintEngine.PrintEnginePropertyKey PPK_SuppressSystemPrintStatus
public static final QPrintEngine.PrintEnginePropertyKey PPK_Duplex
public static final QPrintEngine.PrintEnginePropertyKey PPK_PaperSources
QPrinter::PaperSource value.
public static final QPrintEngine.PrintEnginePropertyKey PPK_CustomPaperSize
QSizeF specifying a custom paper size in the QPrinter::Point unit.
public static final QPrintEngine.PrintEnginePropertyKey PPK_PageMargins
QVariant> containing the left, top, right and bottom margin values.
public static final QPrintEngine.PrintEnginePropertyKey PPK_CustomBase
| Method Detail |
|---|
public static QPrintEngine.PrintEnginePropertyKey[] values()
public static QPrintEngine.PrintEnginePropertyKey valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QPrintEngine.PrintEnginePropertyKey resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||