Enum OdfMathTokenKind
Represents MathML token kinds that can be written by the high-level formula API. 表示可由高階公式 API 寫入的 MathML token 類型。
public enum OdfMathTokenKind
Fields
Apply = 15A basic Content MathML
applysemantic token whose operator name is stored in Text and operands are stored in Children. Content MathMLapply語意標記(基礎支援):Text 為運算子名稱 (例如plus、times、eq),運算元依序存放於 Children。Fenced = 13A fenced group serialized as
mrowwith leading and trailingmodelimiters instead of deprecatedmfenced. 以括號包圍的群組(序列化為mrow搭配前後mo分隔符號,取代已棄用的mfenced)。Fraction = 6A MathML
mfracfraction, where Base is the numerator and Script is the denominator. MathMLmfrac分數,Base 為分子、Script 為分母。Identifier = 0A MathML
miidentifier. MathMLmi識別名稱。Matrix = 9A MathML
mtablematrix or table whose rows are Row tokens stored in Children. MathMLmtable矩陣/表格,每一列為 Children 中的一個 Row token。Number = 1A MathML
mnnumber. MathMLmn數值。Operator = 2A MathML
mooperator. MathMLmo運算子。Over = 11A MathML
movertoken, where Base is the base and Script is the overscript. MathMLmover上方標記,Base 為底數、Script 為上方標記。Radical = 7A MathML
msqrtormrootradical, where Base is the radicand and Script is the optional index. MathMLmsqrt(無索引)或mroot(具索引)根號, Base 為被開方數、Script 為選用的根指數。Row = 8A MathML
mrowgroup row whose children are stored in Children. MathMLmrow群組列,子專案存放於 Children。Style = 14A MathML
mstylestyle group whose content is stored in Base. MathMLmstyle樣式群組,Base 為內容。Subscript = 5A MathML
msubsubscript token. MathMLmsub下標。Superscript = 4A MathML
msupsuperscript token. MathMLmsup上標。Text = 3A MathML
mtexttext token. MathMLmtext文字。Under = 10A MathML
mundertoken, where Base is the base and Script is the underscript. MathMLmunder下方標記,Base 為底數、Script 為下方標記。UnderOver = 12A MathML
munderovertoken whose children are stored in base, under, over order. MathMLmunderover上下方標記,依序存放於 Children(底數、下方、上方)。