public class ExportingOptions extends Object implements Serializable
| Constructor and Description |
|---|
ExportingOptions() |
| Modifier and Type | Method and Description |
|---|---|
ExportingButtons |
getButtons() |
Boolean |
getEnabled() |
Boolean |
getEnableImages() |
String |
getFilename() |
static long |
getSerialversionuid() |
ExportingMimeType |
getType() |
String |
getUrl() |
Integer |
getWidth() |
ExportingOptions |
setButtons(ExportingButtons buttons) |
ExportingOptions |
setEnabled(Boolean enabled) |
ExportingOptions |
setEnableImages(Boolean enableImages) |
ExportingOptions |
setFilename(String filename) |
ExportingOptions |
setType(ExportingMimeType type) |
ExportingOptions |
setUrl(String url) |
ExportingOptions |
setWidth(Integer width) |
public static long getSerialversionuid()
public ExportingButtons getButtons()
public Boolean getEnabled()
public Boolean getEnableImages()
public String getFilename()
public ExportingMimeType getType()
public String getUrl()
public Integer getWidth()
public ExportingOptions setButtons(ExportingButtons buttons)
public ExportingOptions setEnabled(Boolean enabled)
public ExportingOptions setEnableImages(Boolean enableImages)
public ExportingOptions setFilename(String filename)
public ExportingOptions setType(ExportingMimeType type)
public ExportingOptions setUrl(String url)
public ExportingOptions setWidth(Integer width)
Copyright © 2013. All Rights Reserved.