|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteTables
This class represents a collection of tables.
Access
To get all the tables of a page, use the Tables property in the Shapes class.
Method Summary | |
---|---|
IRemoteTableShape |
add(int row,
int column,
int left,
int top,
int width,
int height)
This method creates a table. |
int |
getCount()
This property represents the number of tables. |
IRemoteTableShape |
item(int index)
This method returns a table according to the index. |
Method Detail |
---|
int getCount() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteTableShape item(int index) throws RemoteEclipseAPIException
index
- Specifies the index of the table, starting at 1.
RemoteEclipseAPIException
IRemoteTableShape add(int row, int column, int left, int top, int width, int height) throws RemoteEclipseAPIException
row
- Specifies the row number of the table.column
- Specifies the column number of the table.left
- Specifies the left position at the top left of the page in 1/100th mm.top
- Specifies the top position at the top left of the page in 1/100th mm.width
- Specifies the width of the table in 1/100th mm.height
- Specifies the height of the table in 1/100th mm.
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |