次の方法で共有


FractionTypeValues Enumeration

Defines the FractionTypeValues enumeration.

Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public Enumeration FractionTypeValues
'使用
Dim instance As FractionTypeValues
public enum FractionTypeValues

Members

Member name Description
Bar Bar Fraction. When the item is serialized out as xml, its value is "bar".
Skewed Skewed. When the item is serialized out as xml, its value is "skw".
Linear Linear Fraction. When the item is serialized out as xml, its value is "lin".
NoBar No-Bar Fraction (Stack). When the item is serialized out as xml, its value is "noBar".

See Also

Reference

DocumentFormat.OpenXml.Math Namespace