Class StartAnchorPoint

java.lang.Object
com.independentsoft.office.spreadsheet.drawing.StartAnchorPoint

public class StartAnchorPoint extends Object
The Class StartAnchorPoint.
  • Constructor Details

    • StartAnchorPoint

      public StartAnchorPoint()
      Instantiates a new start anchor point.
    • StartAnchorPoint

      public StartAnchorPoint(InternalXMLStreamReader reader, String startNamespace) throws XMLStreamException
      Instantiates a new start anchor point. A form control's object anchor (controlPr/anchor) wraps the same xdr col/row children in a main-namespace from element, so the start namespace varies.
      Parameters:
      reader - the reader
      startNamespace - the start namespace
      Throws:
      XMLStreamException - the xML stream exception
  • Method Details

    • clone

      public StartAnchorPoint clone()
      Overrides:
      clone in class Object
    • toString

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

      public String toMainNamespaceString()
      Returns a string representation of this anchor point for a form control's object anchor, which emits a main-namespace from wrapper with a self-contained xdr declaration for the col/row children.
      Returns:
      the string
    • getColumn

      public int getColumn()
      Gets the column.
      Returns:
      the column
    • setColumn

      public void setColumn(int column)
      Sets the column.
      Parameters:
      column - the new column
    • getRow

      public int getRow()
      Gets the row.
      Returns:
      the row
    • setRow

      public void setRow(int row)
      Sets the row.
      Parameters:
      row - the new row
    • getColumnOffset

      public Unit getColumnOffset()
      Gets the column offset.
      Returns:
      the column offset
    • setColumnOffset

      public void setColumnOffset(Unit columnOffset)
      Sets the column offset.
      Parameters:
      columnOffset - the new column offset
    • getRowOffset

      public Unit getRowOffset()
      Gets the row offset.
      Returns:
      the row offset
    • setRowOffset

      public void setRowOffset(Unit rowOffset)
      Sets the row offset.
      Parameters:
      rowOffset - the new row offset