Class MathFractionType
Specifies the type of fraction bar.
Inheritance
System.Object
MathFractionType
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public sealed class MathFractionType : Enum
Fields
FractionInline
Show fraction inline.
Declaration
public const MathFractionType FractionInline
Field Value
Type |
---|
MathFractionType |
NoFractionBar
No fraction bar.
Declaration
public const MathFractionType NoFractionBar
Field Value
Type |
---|
MathFractionType |
NormalFractionBar
Normal fraction bar.
Declaration
public const MathFractionType NormalFractionBar
Field Value
Type |
---|
MathFractionType |
SkewedFractionBar
Skewed fraction bar.
Declaration
public const MathFractionType SkewedFractionBar
Field Value
Type |
---|
MathFractionType |