|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteTableShape
This class is the subclass of Shape class, and it represents a table shape in a presentation.
Creation and access
Method Summary | |
---|---|
IRemotePresentationTableCell |
cell(int rowIndex,
int columnIndex)
This method returns a PresentationTableCell object that represents a cell in the table specified by a column index and a row index. |
IRemotePresentationTableCell |
cell(java.lang.String name)
This method returns a PresentationTableCell object that represents a cell in the table specified by a column index and a row index. |
IRemotePresentationTableColumns |
getColumns()
This property returns a PresentationTableColumns object, which represents all the columns of a table. |
IRemotePresentationTableRows |
getRows()
This property returns a PresentationTableRows object, which represents all the rows of a table. |
Methods inherited from interface com.mindoo.remote.api.symphony.presentation.IRemoteShape |
---|
copy, cut, exportToImage, getApplication, getAttributes, getContent, getFillFormat, getHeight, getLeft, getLineFormat, getMoveProtect, getName, getParagraphs, getRotateAngle, getShadowFormat, getShearAngle, getSizeProtect, getTop, getType, getWidth, getZOrder, isShadowEnable, remove, setHeight, setLeft, setMoveProtect, setName, setRotateAngle, setShadowEnable, setShearAngle, setSizeProtect, setTop, setWidth, setZOrder |
Method Detail |
---|
IRemotePresentationTableColumns getColumns() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemotePresentationTableRows getRows() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemotePresentationTableCell cell(int rowIndex, int columnIndex) throws RemoteEclipseAPIException
rowIndex
- Specifies the row index of the cell in the table, starting at 1.columnIndex
- Specifies the column index of the cell in the table, starting at 1.
RemoteEclipseAPIException
IRemotePresentationTableCell cell(java.lang.String name) throws RemoteEclipseAPIException
name
- Specifies the name of the cell.
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |