com.mindoo.remote.api.symphony.spreadsheet
Interface IRemoteChartObject


public interface IRemoteChartObject

This class represents an embedded chart object of a sheet.

Creation and access


Usage

ChartObject provides access to a chart, and a method to remove the chart object.


Method Summary
 IRemoteSymphonyApplication getApplication()
          This property represents the Lotus Symphony application.
 IRemoteChart getChart()
          This property returns the Chart object that represents the chart of a chart object.
 java.lang.String getName()
          This property gets a string value that represents the name of the chart object.
 void remove()
          This method deletes the chart object.
 void setName(java.lang.String name)
          This property sets a string value that represents the name of the chart object.
 

Method Detail

getApplication

IRemoteSymphonyApplication getApplication()
                                          throws RemoteEclipseAPIException
This property represents the Lotus Symphony application.

Returns:
application
Throws:
RemoteEclipseAPIException

getName

java.lang.String getName()
                         throws RemoteEclipseAPIException
This property gets a string value that represents the name of the chart object.

Returns:
name
Throws:
RemoteEclipseAPIException

setName

void setName(java.lang.String name)
             throws RemoteEclipseAPIException
This property sets a string value that represents the name of the chart object.

Parameters:
name -
Throws:
RemoteEclipseAPIException

getChart

IRemoteChart getChart()
                      throws RemoteEclipseAPIException
This property returns the Chart object that represents the chart of a chart object.

Usage
The Chart property provides access to chart.

To render the chart, use chartWizard method in the Chart class.

Returns:
chart
Throws:
RemoteEclipseAPIException

remove

void remove()
            throws RemoteEclipseAPIException
This method deletes the chart object.

Throws:
RemoteEclipseAPIException