com.mindoo.remote.api.symphony.presentation
Interface IRemotePresentationTableCell


public interface IRemotePresentationTableCell

This class represents a cell of a table.

Access

To get a cell of a table, use the cell method in the TableShape class.

Usage

PresentationTableCell provides access to the range and text of a cell.


Method Summary
 IRemoteBorder borders(int position)
          This method returns a Border object, which represents a border around the cell.
 IRemoteSymphonyApplication getApplication()
          This property represents the Lotus Symphony application.
 IRemoteFillFormat getFillFormat()
          This property returns the fill format of the cell.
 IRemoteTextRange getRange()
          This property returns a TextRange object, which represents the text range in the cell.
 java.lang.String getText()
          This property returns or sets the text in the cell.
 void setText(java.lang.String text)
          This property returns or sets the text in the cell.
 

Method Detail

getApplication

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

Returns:
application
Throws:
RemoteEclipseAPIException

getRange

IRemoteTextRange getRange()
                          throws RemoteEclipseAPIException
This property returns a TextRange object, which represents the text range in the cell.

Returns:
range
Throws:
RemoteEclipseAPIException

getText

java.lang.String getText()
                         throws RemoteEclipseAPIException
This property returns or sets the text in the cell.

Returns:
text
Throws:
RemoteEclipseAPIException

setText

void setText(java.lang.String text)
             throws RemoteEclipseAPIException
This property returns or sets the text in the cell.

Parameters:
text -
Throws:
RemoteEclipseAPIException

borders

IRemoteBorder borders(int position)
                      throws RemoteEclipseAPIException
This method returns a Border object, which represents a border around the cell.

Parameters:
position - Specifies the position of the border. The value of this parameter can be a border type constant.
Returns:
A Border object that represents a border.
Throws:
RemoteEclipseAPIException

getFillFormat

IRemoteFillFormat getFillFormat()
                                throws RemoteEclipseAPIException
This property returns the fill format of the cell.

Returns:
format
Throws:
RemoteEclipseAPIException