Share via


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

字段

AutoTextRotationValues(String)

创建新的 AutoTextRotationValues 枚举实例

Equals(Object)
Equals(AutoTextRotationValues)
GetHashCode()
Gravity

重力。

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

Gravity 2

重力。

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

None 0

无。

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

None

无。

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

Equality(AutoTextRotationValues, AutoTextRotationValues)
Inequality(AutoTextRotationValues, AutoTextRotationValues)
ToString()
Upright 1

直立。

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

Upright

直立。

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

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

适用于