Class TwoCellAnchor
java.lang.Object
com.independentsoft.office.spreadsheet.drawing.Anchor
com.independentsoft.office.spreadsheet.drawing.TwoCellAnchor
The Class TwoCellAnchor.
-
Field Summary
Fields inherited from class com.independentsoft.office.spreadsheet.drawing.Anchor
clientData, element -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the edits the as.getEnd()Gets the end.getStart()Gets the start.voidSets the edits the as.voidsetEnd(EndAnchorPoint end)Sets the end.voidsetStart(StartAnchorPoint start)Sets the start.toString()Methods inherited from class com.independentsoft.office.spreadsheet.drawing.Anchor
getClientData, getElement, setClientData, setElement
-
Constructor Details
-
TwoCellAnchor
public TwoCellAnchor()Instantiates a new two cell anchor.
-
-
Method Details
-
clone
-
toString
-
getEditAs
Gets the edits the as.- Returns:
- the edits the as
-
setEditAs
Sets the edits the as.- Parameters:
editAs- the new edits the as
-
getStart
Gets the start.- Returns:
- the start
-
setStart
Sets the start.- Parameters:
start- the new start
-
getEnd
Gets the end.- Returns:
- the end
-
setEnd
Sets the end.- Parameters:
end- the new end
-