Enum EquationCombiningCharacterType
Namespace: Aspose.Cells.Drawing.Equations
Assembly: Aspose.Cells.dll (25.2.0)
Type of combining characters.
public enum EquationCombiningCharacterType
Fields
AcuteAccent = 5
“́” Unicode: u0301 Combining Acute Accent
BottomCurlyBracket = 12
“⏟” Unicode: u23df Combining Bottom Curly Bracket
Breve = 7
“̆” Unicode: u0306 Combining Combining Breve
Caron = 4
“̌” Unicode: u030c Combining Caron
CircumflexAccent = 3
“̂” Unicode: u0302 Combining Circumflex Accent
Diaeresis = 1
“̈” Unicode: u0308 Combining Diaeresis
DotAbove = 0
“̇” Unicode: u0307 Combining Dot Above
DoubleOverline = 10
“̿” Unicode: u033f Combining Double Overline
GraveAccent = 6
“̀” Unicode: u0300 Combining Grave Accent
LeftArrowAbove = 13
“⃖” Unicode: u20d6 Combining Left Arrow Above
LeftHarpoonAbove = 16
“⃐” Unicode: u20d0 Combining Left Harpoon Above
LeftRightArrow = 20
“↔” Unicode: u2194 Left Right Arrow
LeftRightArrowAbove = 15
“⃡” Unicode: u20e1 Combining Left Right Arrow Above
LeftRightDoubleArrow = 23
“⇔” Unicode: u21d4 Left Right Double Arrow
LeftwardsArrow = 18
“←” Unicode: u2190 Leftwards Arrow
LeftwardsDoubleArrow = 21
“⇐” Unicode: u21d0 Leftwards Double Arrow
Overline = 9
“̅” Unicode: u0305 Combining Overline
RightArrowAbove = 14
“⃗” Unicode: u20d7 Combining Right Arrow Above
RightHarpoonAbove = 17
“⃑” Unicode: u20d1 Combining Right Harpoon Above
RightwardsArrow = 19
“→” Unicode: u2192 Rightwards Arrow
RightwardsDoubleArrow = 22
“⇒” Unicode: u21d2 Rightwards Double Arrow
ThreeDotsAbove = 2
“⃛” Unicode: u20db Combining Three Dots Above
Tilde = 8
“̃” Unicode: u0303 Combining Tilde
TopCurlyBracket = 11
“⏞” Unicode: u23de Combining Top Curly Bracket
Unknown = -1
Use unknown type when not found in existing type.