com.mindoo.remote.api.symphony.document
Interface IRemoteTextGraphic


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

getName

java.lang.String getName()
                         throws RemoteEclipseAPIException
This property returns or sets the name of the graphic object.

Returns:
name
Throws:
RemoteEclipseAPIException

setName

void setName(java.lang.String name)
             throws RemoteEclipseAPIException
This property returns or sets the name of the graphic object.

Parameters:
name - name
Throws:
RemoteEclipseAPIException

getHeight

int getHeight()
              throws RemoteEclipseAPIException
This property returns or sets the height of the graphic object.

Returns:
height
Throws:
RemoteEclipseAPIException

getWidth

int getWidth()
             throws RemoteEclipseAPIException
This property returns or sets the width of the graphic object.

Returns:
width
Throws:
RemoteEclipseAPIException

setWidth

void setWidth(int width)
              throws RemoteEclipseAPIException
This property returns or sets the width of the graphic object.

Parameters:
width - width
Throws:
RemoteEclipseAPIException

setHeight

void setHeight(int height)
               throws RemoteEclipseAPIException
This property returns or sets the height of the graphic object.

Parameters:
height - height
Throws:
RemoteEclipseAPIException

getRange

IRemoteTextRange getRange()
                          throws RemoteEclipseAPIException
This property returns the position of the graphic.

Returns:
range
Throws:
RemoteEclipseAPIException

remove

void remove()
            throws RemoteEclipseAPIException
This method removes the graphic object.

Throws:
RemoteEclipseAPIException