Class AbsoluteAnchor
java.lang.Object
com.independentsoft.office.spreadsheet.drawing.Anchor
com.independentsoft.office.spreadsheet.drawing.AbsoluteAnchor
The Class AbsoluteAnchor.
-
Field Summary
Fields inherited from class com.independentsoft.office.spreadsheet.drawing.Anchor
clientData, element -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the extent.Gets the position.voidsetExtent(ShapeExtent extent)Sets the extent.voidsetPosition(Position position)Sets the position.toString()Methods inherited from class com.independentsoft.office.spreadsheet.drawing.Anchor
getClientData, getElement, setClientData, setElement
-
Constructor Details
-
AbsoluteAnchor
public AbsoluteAnchor()Instantiates a new absolute anchor.
-
-
Method Details
-
clone
-
toString
-
getPosition
Gets the position.- Returns:
- the position
-
setPosition
Sets the position.- Parameters:
position- the new position
-
getExtent
Gets the extent.- Returns:
- the extent
-
setExtent
Sets the extent.- Parameters:
extent- the new extent
-