Class EquationArray
java.lang.Object
com.independentsoft.office.word.math.EquationArray
- All Implemented Interfaces:
IContentElement,IRunTrackChangeContent,IMathElement,IMathMathElement
The Class EquationArray.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new equation array.EquationArray(InternalXMLStreamReader reader)Instantiates a new equation array. -
Method Summary
Modifier and TypeMethodDescriptionclone()getBase()Gets the base.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.voidSets the base.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
-
EquationArray
public EquationArray()Instantiates a new equation array. -
EquationArray
Instantiates a new equation array.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIMathElement- Specified by:
clonein interfaceIMathMathElement- Specified by:
clonein interfaceIRunTrackChangeContent- Overrides:
clonein classObject
-
toString
-
getBase
Gets the base.- Returns:
- the base
-
setBase
Sets the base.- Parameters:
baseArgument- the new base
-
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
-