AutoTextRotationValues 枚举

定义

自动文本旋转

public enum AutoTextRotationValues
public readonly struct AutoTextRotationValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues>
type AutoTextRotationValues = 
type AutoTextRotationValues = struct
    interface IEnumValue
    interface IEnumValueFactory<AutoTextRotationValues>
Public Enum AutoTextRotationValues
Public Structure AutoTextRotationValues
Implements IEnumValue, IEnumValueFactory(Of AutoTextRotationValues), IEquatable(Of AutoTextRotationValues)
继承
AutoTextRotationValues
继承
AutoTextRotationValues

字段

名称 说明
None 0

无。

当项序列化为 xml 时,其值为“none”。

Upright 1

直立。

当项序列化为 xml 时,其值为“upr”。

Gravity 2

重力。

当项序列化为 xml 时,其值为“grav”。

AutoTextRotationValues(String)

创建新的 AutoTextRotationValues 枚举实例

Equality(AutoTextRotationValues, AutoTextRotationValues)
Equals(AutoTextRotationValues)
Equals(Object)
GetHashCode()
Gravity

重力。

当项序列化为 xml 时,其值为“grav”。

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<AutoTextRotationValues>.Create(String)
Inequality(AutoTextRotationValues, AutoTextRotationValues)
None

无。

当项序列化为 xml 时,其值为“none”。

ToString()
Upright

直立。

当项序列化为 xml 时,其值为“upr”。

适用于