java.lang.Objectcom.aspose.words.MathObjectType
public class MathObjectType
Field Summary | ||
---|---|---|
static final int | O_MATH | |
Instance of mathematical text. | ||
static final int | O_MATH_PARA | |
Math paragraph, or display math zone, that contains one or more |
||
static final int | ACCENT | |
Accent function, consisting of a base and a combining diacritical mark. | ||
static final int | BAR | |
Bar function, consisting of a base argument and an overbar or underbar. | ||
static final int | BORDER_BOX | |
Border Box object, consisting of a border drawn around an instance of mathematical text (such as a formula or equation) | ||
static final int | BOX | |
Box object, which is used to group components of an equation or other instance of mathematical text. | ||
static final int | DELIMITER | |
Delimiter object, consisting of opening and closing delimiters (such as parentheses, braces, brackets, and vertical bars), and an element contained inside. | ||
static final int | DEGREE | |
Specifies the degree in the mathematical radical |
||
static final int | ARGUMENT | |
Argument object. Encloses Office Math entities when they are used as arguments to other Office Math entities. | ||
static final int | ARRAY | |
Array object, consisting of one or more equations, expressions, or other mathematical text runs that can be vertically justified as a unit with respect to surrounding text on the line. | ||
static final int | FRACTION | |
Fraction object, consisting of a numerator and denominator separated by a fraction bar. | ||
static final int | DENOMINATOR | |
Denominator of a fraction object. | ||
static final int | NUMERATOR | |
Numerator of the Fraction object. | ||
static final int | FUNCTION | |
Function-Apply object, which consists of a function name and an argument element (e) acted upon. | ||
static final int | FUNCTION_NAME | |
This element specifies the name of the function. For example, function names are sin and cos. | ||
static final int | GROUP_CHARACTER | |
Group-Character object, consisting of a character drawn above or below text, often with the purpose of visually grouping items | ||
static final int | LIMIT | |
Specifies the lower limit of the |
||
static final int | LOWER_LIMIT | |
Lower-Limit object, consisting of text on the baseline and reduced-size text immediately below it. | ||
static final int | UPPER_LIMIT | |
Upper-Limit object, consisting of text on the baseline and reduced-size text immediately above it. | ||
static final int | MATRIX | |
Matrix object, consisting of one or more elements laid out in one or more rows and one or more columns. | ||
static final int | MATRIX_ROW | |
Specifies a single row of the matrix. | ||
static final int | N_ARY | |
N-ary object, consisting of an n-ary object, a base (or operand), and optional upper and lower limits. | ||
static final int | PHANTOM | |
Specifies the phantom object. | ||
static final int | RADICAL | |
Specifies the radical object, consisting of a radical, a base e, and an optional degree deg. | ||
static final int | SUBSCRIPT_PART | |
This element specifies the subscript of the object that can have subscript part.
These include |
||
static final int | SUPERSCRIPT_PART | |
This element specifies the superscript of the superscript object |
||
static final int | PRE_SUB_SUPERSCRIPT | |
Pre-Sub-Superscript object sPre, which consists of a base e and a subscript and superscript placed to the left of the base. | ||
static final int | SUBSCRIPT | |
Subscript object sSub, which consists of a base e and a reduced-size scr placed below and to the right. | ||
static final int | SUB_SUPERSCRIPT | |
Sub-superscript object sSubSup, which consists of a base e, a reduced-size scr placed below and to the right, and a reduced-size scr placed above and to the right. | ||
static final int | SUPERCRIPT | |
superscript object sSup, which consists of a base e and a reduced-size scr placedabove and to the right. |
Field Detail |
---|
O_MATH = 0 | |
public static final int O_MATH |
O_MATH_PARA = 1 | |
public static final int O_MATH_PARA |
ACCENT = 2 | |
public static final int ACCENT |
BAR = 3 | |
public static final int BAR |
BORDER_BOX = 4 | |
public static final int BORDER_BOX |
BOX = 5 | |
public static final int BOX |
DELIMITER = 6 | |
public static final int DELIMITER |
DEGREE = 7 | |
public static final int DEGREE |
ARGUMENT = 8 | |
public static final int ARGUMENT |
ARRAY = 9 | |
public static final int ARRAY |
FRACTION = 10 | |
public static final int FRACTION |
DENOMINATOR = 11 | |
public static final int DENOMINATOR |
NUMERATOR = 12 | |
public static final int NUMERATOR |
FUNCTION = 13 | |
public static final int FUNCTION |
FUNCTION_NAME = 14 | |
public static final int FUNCTION_NAME |
GROUP_CHARACTER = 15 | |
public static final int GROUP_CHARACTER |
LIMIT = 16 | |
public static final int LIMIT |
LOWER_LIMIT = 17 | |
public static final int LOWER_LIMIT |
UPPER_LIMIT = 18 | |
public static final int UPPER_LIMIT |
MATRIX = 19 | |
public static final int MATRIX |
MATRIX_ROW = 20 | |
public static final int MATRIX_ROW |
N_ARY = 21 | |
public static final int N_ARY |
PHANTOM = 22 | |
public static final int PHANTOM |
RADICAL = 23 | |
public static final int RADICAL |
SUBSCRIPT_PART = 24 | |
public static final int SUBSCRIPT_PART |
SUPERSCRIPT_PART = 25 | |
public static final int SUPERSCRIPT_PART |
PRE_SUB_SUPERSCRIPT = 26 | |
public static final int PRE_SUB_SUPERSCRIPT |
SUBSCRIPT = 27 | |
public static final int SUBSCRIPT |
SUB_SUPERSCRIPT = 28 | |
public static final int SUB_SUPERSCRIPT |
SUPERCRIPT = 29 | |
public static final int SUPERCRIPT |