public class ExportingOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
ButtonOptions |
buttons_exportButton
Options for the export button.
|
ButtonOptions |
buttons_printButton
Options for the print button.
|
Boolean |
enabled
Whether to enable the exporting module.
|
Boolean |
enableImages
Whether to enable images in the export.
|
String |
filename
The filename, without extension, to use for the exported chart.
|
ExportType |
type
Default MIME type for exporting if chart.exportChart() is called without specifying a type
option.
|
String |
url
The URL for the server module converting the SVG string to an image format.
|
Integer |
width
The pixel width of charts exported to PNG or JPG.
|
| Constructor and Description |
|---|
ExportingOptions() |
public final ButtonOptions buttons_exportButton
public final ButtonOptions buttons_printButton
public Boolean enableImages
public Boolean enabled
public String filename
public ExportType type
public String url
public Integer width
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.