com.mindoo.remote.api.symphony.presentation
Interface IRemoteTextShape

All Superinterfaces:
IRemoteShape

public interface IRemoteTextShape
extends IRemoteShape

This class is a subclass of the Shape class and it represents a text box.

Creation and access


Method Summary
 int getMarginBottom()
          This property returns or sets the bottom margin of the text box in 1/100th mm.
 int getMarginLeft()
          This property returns or sets the left margin of the text box in 1/100th mm.
 int getMarginRight()
          This property returns or sets the right margin of the shape in 1/100th mm.
 int getMarginTop()
          This property returns or sets the top margin of the shape in 1/100th mm.
 void setMarginBottom(int height)
          This property returns or sets the bottom margin of the text box in 1/100th mm.
 void setMarginLeft(int height)
          This property returns or sets the left margin of the text box in 1/100th mm.
 void setMarginRight(int height)
          This property returns or sets the right margin of the shape in 1/100th mm.
 void setMarginTop(int height)
          This property returns or sets the top margin of the shape in 1/100th mm.
 
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

setMarginLeft

void setMarginLeft(int height)
                   throws RemoteEclipseAPIException
This property returns or sets the left margin of the text box in 1/100th mm. If the value is negative, this property throws an exception.

Parameters:
height -
Throws:
RemoteEclipseAPIException

setMarginRight

void setMarginRight(int height)
                    throws RemoteEclipseAPIException
This property returns or sets the right margin of the shape in 1/100th mm. If the value is negative, this property throws an exception.

Parameters:
height -
Throws:
RemoteEclipseAPIException

setMarginTop

void setMarginTop(int height)
                  throws RemoteEclipseAPIException
This property returns or sets the top margin of the shape in 1/100th mm. If the value is negative, this property throws an exception.

Parameters:
height - height
Throws:
RemoteEclipseAPIException

setMarginBottom

void setMarginBottom(int height)
                     throws RemoteEclipseAPIException
This property returns or sets the bottom margin of the text box in 1/100th mm. If the value is negative, this property throws an exception.

Parameters:
height -
Throws:
RemoteEclipseAPIException

getMarginLeft

int getMarginLeft()
                  throws RemoteEclipseAPIException
This property returns or sets the left margin of the text box in 1/100th mm. If the value is negative, this property throws an exception.

Returns:
height
Throws:
RemoteEclipseAPIException

getMarginRight

int getMarginRight()
                   throws RemoteEclipseAPIException
This property returns or sets the right margin of the shape in 1/100th mm. If the value is negative, this property throws an exception.

Returns:
height
Throws:
RemoteEclipseAPIException

getMarginTop

int getMarginTop()
                 throws RemoteEclipseAPIException
This property returns or sets the top margin of the shape in 1/100th mm. If the value is negative, this property throws an exception.

Returns:
height
Throws:
RemoteEclipseAPIException

getMarginBottom

int getMarginBottom()
                    throws RemoteEclipseAPIException
This property returns or sets the bottom margin of the text box in 1/100th mm. If the value is negative, this property throws an exception.

Returns:
height
Throws:
RemoteEclipseAPIException