Click or drag to resize
NaryAlign Enumeration
Alignment values for n-ary objects (Nary).

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum NaryAlign
Members
  Member nameValueDescription
LimitsDefault0Limit locations use document default.
LimitsUnderOver1Limits are placed under and over the operator.
LimitsSubSup2Limits are operator subscript and superscript.
UpperLimitAsSuperScript3The upper limit is a superscript.
LimitsOpposite4Switch between LimitsSubSup and LimitsUnderOver.
ShowLLimPlaceHldr8Show empty lower limit placeholder.
ShowULimPlaceHldr16Show empty upper limit placeholder.
DontGrowWithContent64Don't grow the n-ary operator with the argument.
GrowWithContent128Grow the n-ary operator with the argument.
See Also