Click or drag to resize
OfficeMathMLMode Enumeration
Options for converting Math RTF to Office MathML (OMML).

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum OfficeMathMLMode
Members
  Member nameValueDescription
Default0Preserves the type(s) of math zone in the range.
Inline1Convert to inline math zone(s).
Display2Combine individual math zones into a single display math zone.
WordProcessingML3Wraps the math zone(s) in a Word paragraph.
See Also