|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteTextGraphics
This class represents a collection of all the graphic objects in a document.
Method Summary | |
---|---|
IRemoteTextGraphic |
add(java.lang.String name,
IRemoteTextRange position,
java.lang.String graphicFile)
This method inserts a graphic object into the document. |
int |
getCount()
This property represents the number of graphic objects in a document. |
IRemoteTextGraphic |
item(int index)
This method gets a graphic object of a document according to an index. |
Method Detail |
---|
int getCount() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteTextGraphic add(java.lang.String name, IRemoteTextRange position, java.lang.String graphicFile) throws RemoteEclipseAPIException
name
- Specifies the name of the graphic object.position
- Specifies the position of the graphic object to be added.graphicFile
- Specifies the path of the graphic file to be inserted. If the file does not exist, this method throws an exception.
RemoteEclipseAPIException
IRemoteTextGraphic item(int index) throws RemoteEclipseAPIException
index
- Specifies the index of the graphic object in the collection, starting at 1.
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |