Package com.independentsoft.office.vml
Class Wrap
java.lang.Object
com.independentsoft.office.vml.Wrap
- All Implemented Interfaces:
IContentElement,IGroupElement,IShapeElement
The Class Wrap.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the horizontal anchor.getSide()Gets the side.getType()Gets the type.Gets the vertical anchor.voidsetHorizontalAnchor(HorizontalAnchorType horizontalAnchor)Sets the horizontal anchor.voidSets the side.voidSets the type.voidsetVerticalAnchor(VerticalAnchorType verticalAnchor)Sets the vertical anchor.toString()
-
Constructor Details
-
Wrap
public Wrap()Instantiates a new wrap.
-
-
Method Details
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIGroupElement- Specified by:
clonein interfaceIShapeElement- Overrides:
clonein classObject
-
toString
-
getHorizontalAnchor
Gets the horizontal anchor.- Returns:
- the horizontal anchor
-
setHorizontalAnchor
Sets the horizontal anchor.- Parameters:
horizontalAnchor- the new horizontal anchor
-
getVerticalAnchor
Gets the vertical anchor.- Returns:
- the vertical anchor
-
setVerticalAnchor
Sets the vertical anchor.- Parameters:
verticalAnchor- the new vertical anchor
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getSide
Gets the side.- Returns:
- the side
-
setSide
Sets the side.- Parameters:
side- the new side
-