DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathElementType Enumeration

OMathElementType Enumeration
Specifies the Office Math element type.
Syntax
'Declaration
 
Public Enum OMathElementType 
   Inherits System.Enum
 
Members
MemberDescription
BaseBase Office Math element serves several functions.
CellCell Office Math element in the OMathMatrix structure.
DegreeDegree Office Math element in the OMathRadical structure.
DenominatorDenominator Office Math element in the OMathFraction structure.
FunctionNameFunction name Office Math element in the OMathFunction structure.
ItemItem Office Math element in OMathDelimiter and OMathEquationArray structures.
LimitLimit Office Math element in OMathLimitLower and OMathLimitUpper structures.
NumeratorNumerator Office Math in the OMathFraction structure.
SubscriptSubscript Office Math element in OMathNary, OMathSubscript, OMathSuperscript, OMathSubSuperscript and OMathPreSubSuperscript structures.
SuperscriptSuperscript Office Math element in OMathNary, OMathSubscript, OMathSuperscript, OMathSubSuperscript and OMathPreSubSuperscript structures.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Word.OMathElementType

See Also