[]
The abstract base class representing a math structure in an Office Math zone.
Derived classes include OMathAccent, OMathBar, OMathBorderBox, OMathBox, OMathDelimiter, OMathEquationArray, OMathFraction, OMathFunction, OMathGroupCharacter, OMathLimitLower, OMathLimitUpper, OMathMatrix, OMathNary, OMathPhantom, OMathPreSubSuperscript, OMathRadical, OMathSubscript, OMathSubSuperscript and OMathSuperscript.
public abstract class OMathStruct : ContentObject, IBrowsable<OMathStruct>
Gets the nesting level of the structure in the Office Math zone.
public int NestingLevel { get; }
Gets the next OMathStruct in a collection.
public OMathStruct Next { get; }
Gets the parent OMathElement class instance
public OMathElement ParentElement { get; }
Gets the parent OMath class instance.
public OMath ParentOMath { get; }
Gets the parent OMathStruct class instance.
public OMathStruct ParentStruct { get; }
Gets the previous OMathStruct in a collection.
public OMathStruct Previous { get; }
Gets the OMathStructType of the structure.
public virtual OMathStructType StructType { get; }