Class MatrixColumn
java.lang.Object
com.independentsoft.office.word.math.MatrixColumn
The Class MatrixColumn.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intgetCount()Gets the count.Gets the horizontal justification.voidsetCount(int count)Sets the count.voidsetHorizontalJustification(HorizontalJustification horizontalJustification)Sets the horizontal justification.toString()
-
Constructor Details
-
MatrixColumn
public MatrixColumn()Instantiates a new matrix column.
-
-
Method Details
-
clone
-
toString
-
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
Gets the horizontal justification.- Returns:
- the horizontal justification
-
setHorizontalJustification
Sets the horizontal justification.- Parameters:
horizontalJustification- the new horizontal justification
-