|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
IRemoteSymphonyApplication getApplication() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteTextRange getRange() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String getText() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setText(java.lang.String text) throws RemoteEclipseAPIException
text
-
RemoteEclipseAPIException
IRemoteBorder borders(int position) throws RemoteEclipseAPIException
position
- Specifies the position of the border. The value of this parameter can be a border type constant.
RemoteEclipseAPIException
IRemoteFillFormat getFillFormat() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |