Class TwoCellAnchor

java.lang.Object
com.independentsoft.office.spreadsheet.drawing.Anchor
com.independentsoft.office.spreadsheet.drawing.TwoCellAnchor

public class TwoCellAnchor extends Anchor
The Class TwoCellAnchor.
  • Constructor Details

    • TwoCellAnchor

      public TwoCellAnchor()
      Instantiates a new two cell anchor.
  • Method Details

    • clone

      public TwoCellAnchor clone()
      Specified by:
      clone in class Anchor
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getEditAs

      public EditAs getEditAs()
      Gets the edits the as.
      Returns:
      the edits the as
    • setEditAs

      public void setEditAs(EditAs editAs)
      Sets the edits the as.
      Parameters:
      editAs - the new edits the as
    • getStart

      public StartAnchorPoint getStart()
      Gets the start.
      Returns:
      the start
    • setStart

      public void setStart(StartAnchorPoint start)
      Sets the start.
      Parameters:
      start - the new start
    • getEnd

      public EndAnchorPoint getEnd()
      Gets the end.
      Returns:
      the end
    • setEnd

      public void setEnd(EndAnchorPoint end)
      Sets the end.
      Parameters:
      end - the new end