Class EquationArrayProperties
java.lang.Object
com.independentsoft.office.word.math.EquationArrayProperties
The Class EquationArrayProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the control properties.Gets the matrix base justification.Gets the maximum distribution.Gets the object distribution.intGets the row spacing.Gets the spacing rule.voidsetMatrixBaseJustification(VerticalJustification matrixBaseJustification)Sets the matrix base justification.voidsetMaximumDistribution(ExtendedBoolean maximumDistribution)Sets the maximum distribution.voidsetObjectDistribution(ExtendedBoolean objectDistribution)Sets the object distribution.voidsetRowSpacing(int rowSpacing)Sets the row spacing.voidsetSpacingRule(SpacingRule spacingRule)Sets the spacing rule.toString()
-
Constructor Details
-
EquationArrayProperties
public EquationArrayProperties()Instantiates a new equation array properties.
-
-
Method Details
-
clone
-
toString
-
getMatrixBaseJustification
Gets the matrix base justification.- Returns:
- the matrix base justification
-
setMatrixBaseJustification
Sets the matrix base justification.- Parameters:
matrixBaseJustification- the new matrix base justification
-
getMaximumDistribution
Gets the maximum distribution.- Returns:
- the maximum distribution
-
setMaximumDistribution
Sets the maximum distribution.- Parameters:
maximumDistribution- the new maximum distribution
-
getObjectDistribution
Gets the object distribution.- Returns:
- the object distribution
-
setObjectDistribution
Sets the object distribution.- Parameters:
objectDistribution- the new object distribution
-
getSpacingRule
Gets the spacing rule.- Returns:
- the spacing rule
-
setSpacingRule
Sets the spacing rule.- Parameters:
spacingRule- the new spacing rule
-
getRowSpacing
public int getRowSpacing()Gets the row spacing.- Returns:
- the row spacing
-
setRowSpacing
public void setRowSpacing(int rowSpacing)Sets the row spacing.- Parameters:
rowSpacing- the new row spacing
-
getControlProperties
Gets the control properties.- Returns:
- the control properties
-