MathStyle enum

Math styles for equation elements.

\displaystyle \textstyle etc.

Inheritance
Available extensions

Values

display → const MathStyle
displayCramped → const MathStyle
text → const MathStyle
textCramped → const MathStyle
script → const MathStyle
scriptCramped → const MathStyle
scriptscript → const MathStyle
scriptscriptCramped → const MathStyle

Properties

cramped bool

Available on MathStyle, provided by the MathStyleExt extension

no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int

Available on MathStyle, provided by the MathStyleExt extension

no setter

Methods

atLeastText() MathStyle

Available on MathStyle, provided by the MathStyleExt extension

cramp() MathStyle

Available on MathStyle, provided by the MathStyleExt extension

fracDen() MathStyle

Available on MathStyle, provided by the MathStyleExt extension

fracNum() MathStyle

Available on MathStyle, provided by the MathStyleExt extension

isTight() bool

Available on MathStyle, provided by the MathStyleExt extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reduce(MathStyleDiff? diff) MathStyle

Available on MathStyle, provided by the MathStyleExt extension

sub() MathStyle

Available on MathStyle, provided by the MathStyleExt extension

sup() MathStyle

Available on MathStyle, provided by the MathStyleExt extension

toString() String
A string representation of this object.
inherited
uncramp() MathStyle

Available on MathStyle, provided by the MathStyleExt extension

Operators

operator <(MathStyle other) bool

Available on MathStyle, provided by the MathStyleExt extension

operator <=(MathStyle other) bool

Available on MathStyle, provided by the MathStyleExt extension

operator ==(Object other) bool
The equality operator.
inherited
operator >(MathStyle other) bool

Available on MathStyle, provided by the MathStyleExt extension

operator >=(MathStyle other) bool

Available on MathStyle, provided by the MathStyleExt extension

Constants

values → const List<MathStyle>
A constant List of the values in this enum, in order of their declaration.