Class CTOMath

java.lang.Object
org.docx4j.math.CTOMath
All Implemented Interfaces:
Child

public class CTOMath extends Object implements Child

Java class for CT_OMath complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_OMath">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.openxmlformats.org/officeDocument/2006/math}EG_OMathElements" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>