Click or drag to resize
MathLinearizeFlags Enumeration
Options for linearizing math.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
[FlagsAttribute]
public enum MathLinearizeFlags
Members
  Member nameValueDescription
None0No options.
TeX1Enables TeX syntax for build up/down operations.
MathAlphabetics4Use math alphabetics for English/Greek letters except for math function names.
MathBuildDownOutermost2048Build down only outermost objects.
MathBuildUpArgOrZone512Build up insertion points argument or zone.
MathRemoveOutermost32768Build down the outermost object without its characters.
Plain16Build down for plain text.
See Also