com.aspose.cells
Interface IExportObjectListener


public interface IExportObjectListener 

Allows users to manipulate objects while exporting.

Method Summary
abstract java.lang.ObjectexportObject(ExportObjectEvent e)
           Export one object.
 

Method Detail

exportObject

public abstract java.lang.Object exportObject(ExportObjectEvent e)
Export one object.
Parameters:
e - The event triggered when one object needs to be exported.
Returns:
The information about the result of exporting object.
  • For exporting objects when export workbook to HTML format, the result is URL string to access the saved Image from the html file which contains this exported object.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.