|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteTextGraphic
This class represents a graphic object in a document.
Creation and access
Method Summary | |
---|---|
int |
getHeight()
This property returns or sets the height of the graphic object. |
java.lang.String |
getName()
This property returns or sets the name of the graphic object. |
IRemoteTextRange |
getRange()
This property returns the position of the graphic. |
int |
getWidth()
This property returns or sets the width of the graphic object. |
void |
remove()
This method removes the graphic object. |
void |
setHeight(int height)
This property returns or sets the height of the graphic object. |
void |
setName(java.lang.String name)
This property returns or sets the name of the graphic object. |
void |
setWidth(int width)
This property returns or sets the width of the graphic object. |
Method Detail |
---|
java.lang.String getName() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setName(java.lang.String name) throws RemoteEclipseAPIException
name
- name
RemoteEclipseAPIException
int getHeight() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getWidth() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setWidth(int width) throws RemoteEclipseAPIException
width
- width
RemoteEclipseAPIException
void setHeight(int height) throws RemoteEclipseAPIException
height
- height
RemoteEclipseAPIException
IRemoteTextRange getRange() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void remove() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |