com.aspose.cells

Class ExportObjectEvent

  • java.lang.Object
    • com.aspose.cells.ExportObjectEvent
public class ExportObjectEvent 
extends java.lang.Object

The event triggered when exporting an object, such as Picture.

Method Summary
java.lang.ObjectgetSource()
Gets the object to be exported.
 

    • Method Detail

      • getSource

        public java.lang.Object getSource()
        Gets the object that contains the data to be saved. @return the data source object. Gets the object to be exported.
        Returns:
        the object to be exported.