|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteTextShape
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 |
---|
void setMarginLeft(int height) throws RemoteEclipseAPIException
height
-
RemoteEclipseAPIException
void setMarginRight(int height) throws RemoteEclipseAPIException
height
-
RemoteEclipseAPIException
void setMarginTop(int height) throws RemoteEclipseAPIException
height
- height
RemoteEclipseAPIException
void setMarginBottom(int height) throws RemoteEclipseAPIException
height
-
RemoteEclipseAPIException
int getMarginLeft() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getMarginRight() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getMarginTop() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getMarginBottom() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |