Package com.independentsoft.office.word
Class EmbeddedObject
java.lang.Object
com.independentsoft.office.word.EmbeddedObject
- All Implemented Interfaces:
IContentElement,IRunContent
The Class EmbeddedObject.
-
Constructor Details
-
EmbeddedObject
public EmbeddedObject()Instantiates a new embedded object.
-
-
Method Details
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIRunContent- Overrides:
clonein classObject
-
toString
-
getWidth
public int getWidth()Gets the width.- Returns:
- the width
-
setWidth
public void setWidth(int width)Sets the width.- Parameters:
width- the new width
-
getHeight
public int getHeight()Gets the height.- Returns:
- the height
-
setHeight
public void setHeight(int height)Sets the height.- Parameters:
height- the new height
-
getContent
Gets the content.- Returns:
- the content
-