Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines values that identify object types in the Text Object Model (TOM) content.
Syntax
typedef enum __MIDL___MIDL_itf_tom_0000_0000_0002 {
tomSimpleText = 0,
tomRuby,
tomHorzVert,
tomWarichu,
tomEq = 9,
tomMath = 10,
tomAccent = tomMath,
tomBox,
tomBoxedFormula,
tomBrackets,
tomBracketsWithSeps,
tomEquationArray,
tomFraction,
tomFunctionApply,
tomLeftSubSup,
tomLowerLimit,
tomMatrix,
tomNary,
tomOpChar,
tomOverbar,
tomPhantom,
tomRadical,
tomSlashedFraction,
tomStack,
tomStretchStack,
tomSubscript,
tomSubSup,
tomSuperscript,
tomUnderbar,
tomUpperLimit,
tomObjectMax
} OBJECTTYPE;
Constants
tomSimpleTextValue: 0 Not an inline function. |
tomRubyBase text with ruby annotation. |
tomHorzVertText flows horizontally in a vertically oriented document. |
tomWarichuA Warichu "2 lines in one" comment. |
tomEqValue: 9 An RTF Eq (equation) field. |
tomMathValue: 10 Math. |
tomAccentValue: tomMath Accent (combining mark). |
tomBoxAbstract box with properties. |
tomBoxedFormulaEncloses the argument in a rectangle. |
tomBracketsEncloses the argument in brackets, parentheses, and so on. |
tomBracketsWithSepsEncloses the argument in brackets, parentheses, and so on, and with separators. |
tomEquationArrayColumn of aligned equations. |
tomFractionFraction. |
tomFunctionApplyFunction apply. |
tomLeftSubSupLeft subscript or superscript. |
tomLowerLimitSecond argument below the first. |
tomMatrixMatrix. |
tomNaryGeneral n-ary expression. |
tomOpCharInternal use for no-build operators. |
tomOverbarOverscores argument. |
tomPhantomSpecial spacing. |
tomRadicalSquare root, and so on. |
tomSlashedFractionSkewed and built-up linear fractions. |
tomStack"Fraction" with no divide bar. |
tomStretchStackStretch character horizontally over or under argument. |
tomSubscriptSubscript. |
tomSubSupSubscript and superscript combination. |
tomSuperscriptSuperscript. |
tomUnderbarUnderscores the argument. |
tomUpperLimitSecond argument above the first. |
tomObjectMaxThe maximum value in the OBJECTTYPE enumeration. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | tom.h |