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


public interface IRemoteChartTitle

This class represents the title of a chart.

Access

To get a ChartTitle object, use the ChartTitle property.


Method Summary
 IRemoteSymphonyApplication getApplication()
          This property represents the Lotus Symphony application.
 java.lang.String getText()
          This property returns a string value that represents the text of the chart title.
 void setText(java.lang.String text)
          This property returns a string value that represents the text of the chart title.
 

Method Detail

getApplication

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

Returns:
application
Throws:
RemoteEclipseAPIException

getText

java.lang.String getText()
                         throws RemoteEclipseAPIException
This property returns a string value that represents the text of the chart title.

Returns:
text
Throws:
RemoteEclipseAPIException

setText

void setText(java.lang.String text)
             throws RemoteEclipseAPIException
This property returns a string value that represents the text of the chart title.

Parameters:
text -
Throws:
RemoteEclipseAPIException