public class PluginSaveOptions extends SaveOptions
Save options for export to format that defined by a plugin
SaveOptions.BorderInfo, SaveOptions.BorderPartStyle, SaveOptions.HtmlBorderLineType, SaveOptions.NodeLevelResourceType, SaveOptions.ResourceSavingInfo
Constructor and Description |
---|
PluginSaveOptions()
Creates default save options for exporting with the aid of a plugin.
|
PluginSaveOptions(String pluginName,
String pluginVersion)
Creates save options for exporting with the aid of the plugin specified by name and version.
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getVersion()
Gets or sets version of plugin used.
|
void |
setName(String value) |
void |
setVersion(String value) |
getCloseResponse, getSaveFormat, getWarningHandler, setCloseResponse, setWarningHandler
public PluginSaveOptions()
Creates default save options for exporting with the aid of a plugin.
public PluginSaveOptions(String pluginName, String pluginVersion)
Creates save options for exporting with the aid of the plugin specified by name and version.
pluginName
- The string representing name of plugin used.pluginVersion
- The string representing version of plugin used.Copyright © 2014 Aspose. All Rights Reserved.