|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteTextTables
This class represents all the tables in a document.
Access
To get all the tables of a document, use the Tables property in the Document class.
Usage
TextTables provides access to tables, and provides a method to insert new tables.
Method Summary | |
---|---|
IRemoteTextTable |
add(IRemoteTextRange position,
int numOfRow,
int numOfColumn)
This method creates a new table at the specified position. |
IRemoteSymphonyApplication |
getApplication()
This property represents the Lotus Symphony application. |
int |
getCount()
This property represents the number of table in a document. |
IRemoteTextTable |
item(int index)
This method gets a table according to an index or name. |
IRemoteTextTable |
item(java.lang.String name)
This method gets a table according to an index or name. |
Method Detail |
---|
IRemoteSymphonyApplication getApplication() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getCount() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteTextTable add(IRemoteTextRange position, int numOfRow, int numOfColumn) throws RemoteEclipseAPIException
position
- Specifies the position before which the new table is to be inserted.numOfRow
- Specifies the number of rows in the new table. The maximum number of rows in a table is 3276.numOfColumn
- Specifies the number of columns in the new table. The maximum number of columns in a table is 64.
RemoteEclipseAPIException
IRemoteTextTable item(int index) throws RemoteEclipseAPIException
index
- Specifies the index of the table, starting at 1.
RemoteEclipseAPIException
IRemoteTextTable item(java.lang.String name) throws RemoteEclipseAPIException
name
- Specifies the name of the table.
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |