Class MathParagraph
java.lang.Object
com.independentsoft.office.word.math.MathParagraph
- All Implemented Interfaces:
IContentElement,IBlockContent,IBlockElement,IContentRunContent,IParagraphContent,IRunLevelElement,IRunTrackChangeContent,IMathContent,IMathElement,ICellContent,IRowContent
The Class MathParagraph.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new math paragraph.MathParagraph(InternalXMLStreamReader reader)Instantiates a new math paragraph. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the justification.Gets the office maths.voidsetJustification(Justification justification)Sets the justification.toString()
-
Constructor Details
-
MathParagraph
public MathParagraph()Instantiates a new math paragraph. -
MathParagraph
Instantiates a new math paragraph.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIBlockContent- Specified by:
clonein interfaceIBlockElement- Specified by:
clonein interfaceICellContent- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIContentRunContent- Specified by:
clonein interfaceIMathContent- Specified by:
clonein interfaceIMathElement- Specified by:
clonein interfaceIParagraphContent- Specified by:
clonein interfaceIRowContent- Specified by:
clonein interfaceIRunLevelElement- Specified by:
clonein interfaceIRunTrackChangeContent- Overrides:
clonein classObject
-
toString
-
getOfficeMaths
Gets the office maths.- Returns:
- the office maths
-
getJustification
Gets the justification.- Returns:
- the justification
-
setJustification
Sets the justification.- Parameters:
justification- the new justification
-