Class MatrixColumnProperties
java.lang.Object
com.independentsoft.office.word.math.MatrixColumnProperties
The Class MatrixColumnProperties.
-
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
-
MatrixColumnProperties
public MatrixColumnProperties()Instantiates a new matrix column properties.
-
-
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
-