com.mindoo.remote.api.symphony.document
Interface IRemoteTextTableColumn


public interface IRemoteTextTableColumn

This class represents a column in a table.

Creation and access


Method Summary
 IRemoteSymphonyApplication getApplication()
          This property represents the Lotus Symphony application.
 int getWidth()
          This property gets or sets the width of the column.
 void setWidth(int width)
          This property gets or sets the width of the column.
 

Method Detail

getApplication

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

Returns:
application
Throws:
RemoteEclipseAPIException

getWidth

int getWidth()
             throws RemoteEclipseAPIException
This property gets or sets the width of the column.

Returns:
width
Throws:
RemoteEclipseAPIException

setWidth

void setWidth(int width)
              throws RemoteEclipseAPIException
This property gets or sets the width of the column.

Parameters:
width - width
Throws:
RemoteEclipseAPIException