Click or drag to resize
InlineObjectType Enumeration
Types of inline/math objects.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum InlineObjectType
Members
  Member nameValueDescription
None-1Not an inline object.
SimpleText0Not an inline function.
Ruby1Base text with ruby annotation.
HorzVert2Text flows horizontally in a vertically oriented document.
Warichu3A Warichu "2 lines in one" comment.
Accent10Accent (combining mark).
Box11Abstract box with properties.
BoxedFormula12Encloses the argument in a rectangle.
Brackets13Encloses the argument in brackets, parentheses, and so on.
BracketsWithSeps14Encloses the argument in brackets, parentheses, and so on, and with separators.
Eq9An RTF Eq (equation) field.
EquationArray15Column of aligned equations.
Fraction16Fraction.
FunctionApply17Function apply.
LeftSubSup18Left subscript or superscript.
LowerLimit19Second argument below the first.
Matrix20Matrix.
Nary21General n-ary expression.
OpChar22Internal use for no-build operators.
Overbar23Overscores argument.
Phantom24Special spacing.
Radical25Square root, and so on.
SlashedFraction26Skewed and built-up linear fractions.
Stack27"Fraction" with no divide bar.
StretchStack28Stretch character horizontally over or under argument.
Subscript29Subscript.
SubSup30Subscript and superscript combination.
Superscript31Superscript.
Underbar32Underscores the argument.
UpperLimit33Second argument above the first.
See Also