Represents round brackets (parentheses) in a math equation.
MathRoundBrackets displays content surrounded by parentheses ( ).
Reference: http://www.datypic.com/sc/ooxml/e-m_d-1.html
<xsd:complexType name="CT_D"> <xsd:sequence> <xsd:element name="dPr" type="CT_DPr" minOccurs="0"/> <xsd:element name="e" type="CT_OMathArg" maxOccurs="unbounded"/> </xsd:sequence></xsd:complexType> Copy
<xsd:complexType name="CT_D"> <xsd:sequence> <xsd:element name="dPr" type="CT_DPr" minOccurs="0"/> <xsd:element name="e" type="CT_OMathArg" maxOccurs="unbounded"/> </xsd:sequence></xsd:complexType>
new MathRoundBrackets({ children: [new MathRun("x + y")] }); Copy
new MathRoundBrackets({ children: [new MathRun("x + y")] });
Do not use this method. It is only used internally by the library. It will be removed in a future version.
Represents round brackets (parentheses) in a math equation.
MathRoundBrackets displays content surrounded by parentheses ( ).
Reference: http://www.datypic.com/sc/ooxml/e-m_d-1.html
XSD Schema
Example