Click or drag to resize
MathTeXStyle Enumeration
TeX styles for math.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum MathTeXStyle
Members
  Member nameValueDescription
Default0The math handler determines the style.
ScriptScriptCramped1The 2nd and higher level subscript superscript size, cramped.
ScriptScript2The 2nd and higher level subscript superscript size.
ScriptCramped3The 1st level subscript superscript size, cramped.
Script4The 1st level subscript superscript size.
TextCramped5Text size cramped, for example, inside a square root.
Text6The standard inline text size.
DisplayCramped7Display style cramped.
Display8Display style.
See Also