Package com.independentsoft.office.word
Class DrawingObject
java.lang.Object
com.independentsoft.office.word.DrawingObject
- All Implemented Interfaces:
IContentElement,IRunContent
The Class DrawingObject.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new drawing object.DrawingObject(Anchor anchor)Instantiates a new drawing object.DrawingObject(Inline inline)Instantiates a new drawing object. -
Method Summary
-
Constructor Details
-
DrawingObject
public DrawingObject()Instantiates a new drawing object. -
DrawingObject
Instantiates a new drawing object.- Parameters:
anchor- the anchor
-
DrawingObject
Instantiates a new drawing object.- Parameters:
inline- the inline
-
-
Method Details
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIRunContent- Overrides:
clonein classObject
-
toString
-
getAnchor
Gets the anchor.- Returns:
- the anchor
-
setAnchor
Sets the anchor.- Parameters:
anchor- the new anchor
-
getInline
Gets the inline.- Returns:
- the inline
-
setInline
Sets the inline.- Parameters:
inline- the new inline
-