public interface ExportImageSavingEventHandler
One can implement this interface in a class that needs in notification if HtmlExportImageSaving
event is occur. Implimenting class also must be registered as event subscriber
by call to
Method Summary | ||
---|---|---|
void | htmlExportImageSaving(java.lang.Object sender, ExportImageSavingEventArgs e) | |
Allows to control how images are saved when a document is exported to HTML format. Occurs when an image is about to be saved. |
Method Detail |
---|
htmlExportImageSaving | |
public void htmlExportImageSaving(java.lang.Object sender, ExportImageSavingEventArgs e) throws java.lang.Exception |