Class MatrixColumn

java.lang.Object
com.independentsoft.office.word.math.MatrixColumn

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

    • MatrixColumn

      public MatrixColumn()
      Instantiates a new matrix column.
  • Method Details

    • clone

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

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

      public int getCount()
      Gets the count.
      Returns:
      the count
    • setCount

      public void setCount(int count)
      Sets the count.
      Parameters:
      count - the new count
    • getHorizontalJustification

      public HorizontalJustification getHorizontalJustification()
      Gets the horizontal justification.
      Returns:
      the horizontal justification
    • setHorizontalJustification

      public void setHorizontalJustification(HorizontalJustification horizontalJustification)
      Sets the horizontal justification.
      Parameters:
      horizontalJustification - the new horizontal justification