|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteGroupShape
This class is the subclass of Shape class, and it represents a group shape.
Creation and access
Method Summary | |
---|---|
int |
countByType(int shapeType)
This method returns the number of shapes by specified type. |
int |
getCount()
This property returns the number of shapes in a group shape. |
IRemoteShape |
item(int index)
This method returns a shape according to an index. |
IRemoteShape |
itemByType(int shapeType,
int index)
This method returns a shape according to the shape type and index. |
void |
unGroup()
This method release the shapes from a group. |
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 |
---|
void unGroup() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteShape itemByType(int shapeType, int index) throws RemoteEclipseAPIException
shapeType
- Specifies the type of the shape. The type is a constant and can be one of these values:index
- Specifies the index of the shape, starting at 1.
RemoteEclipseAPIException
int countByType(int shapeType) throws RemoteEclipseAPIException
shapeType
- Specifies the type of the shape. The type is a constant and can be one of these values:RemoteEclipseAPIException
IRemoteShape item(int index) throws RemoteEclipseAPIException
index
- Specifies the index of the shape, starting at 1.
RemoteEclipseAPIException
int getCount() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |