[]
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>
Public MustInherit Class OMathStruct
Inherits ContentObject
Implements IBrowsable(Of OMathStruct)
Name | Description |
---|---|
NestingLevel | Gets the nesting level of the structure in the Office Math zone. |
Next | Gets the next OMathStruct in a collection. |
ParentElement | Gets the parent OMathElement class instance |
ParentOMath | Gets the parent OMath class instance. |
ParentStruct | Gets the parent OMathStruct class instance. |
Previous | Gets the previous OMathStruct in a collection. |
StructType | Gets the OMathStructType of the structure. |