Package | Description |
---|---|
com.dhtmlx.planner |
Modifier and Type | Method and Description |
---|---|
DHXExportMode |
DHXPlanner.getPdfMode()
Gets export to PDF mode
|
static DHXExportMode |
DHXExportMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DHXExportMode[] |
DHXExportMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DHXPlanner.setPdfMode(DHXExportMode pdfMode)
Sets export to PDF mode
|
void |
DHXPlanner.toPDF(java.lang.String url,
DHXExportMode mode)
Enables export to PDF button
|