HierarchyAlignmentValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
层次结构对齐
public enum HierarchyAlignmentValues
public readonly struct HierarchyAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues>
type HierarchyAlignmentValues =
type HierarchyAlignmentValues = struct
interface IEnumValue
interface IEnumValueFactory<HierarchyAlignmentValues>
Public Enum HierarchyAlignmentValues
Public Structure HierarchyAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of HierarchyAlignmentValues), IEquatable(Of HierarchyAlignmentValues)
- 继承
-
HierarchyAlignmentValues
- 继承
-
HierarchyAlignmentValues
字段
名称 | 值 | 说明 |
---|---|---|
TopLeft | 0 | 左上角。 当项序列化为 xml 时,其值为“tL”。 |
TopRight | 1 | 右上角。 当项序列化为 xml 时,其值为“tR”。 |
TopCenterChildren | 2 | Top Center Children。 当项序列化为 xml 时,其值为“tCtrCh”。 |
TopCenterDescendants | 3 | 顶部中心后代。 当项序列化为 xml 时,其值为“tCtrDes”。 |
BottomLeft | 4 | 左下角。 将项序列化为 xml 时,其值为“bL”。 |
BottomRight | 5 | 右下角。 当项序列化为 xml 时,其值为“bR”。 |
BottomCenterChild | 6 | 底部中心子级。 当项序列化为 xml 时,其值为“bCtrCh”。 |
BottomCenterDescendant | 7 | 底部居中后代。 当项序列化为 xml 时,其值为“bCtrDes”。 |
LeftTop | 8 | 左上。 当项序列化为 xml 时,其值为“lT”。 |
LeftBottom | 9 | 左下角。 将项序列化为 xml 时,其值为“lB”。 |
LeftCenterChild | 10 | 左中心子级。 当项序列化为 xml 时,其值为“lCtrCh”。 |
LeftCenterDescendant | 11 | 左居中后代。 当项序列化为 xml 时,其值为“lCtrDes”。 |
RightTop | 12 | 右上。 当项序列化为 xml 时,其值为“rT”。 |
RightBottom | 13 | 右下角。 将项序列化为 xml 时,其值为“rB”。 |
RightCenterChildren | 14 | 右中心儿童。 当项序列化为 xml 时,其值为“rCtrCh”。 |
RightCenterDescendants | 15 | 右中心后代。 当项序列化为 xml 时,其值为“rCtrDes”。 |
BottomCenterChild | 底部中心子级。 当项序列化为 xml 时,其值为“bCtrCh”。 |
|
BottomCenterDescendant | 底部居中后代。 当项序列化为 xml 时,其值为“bCtrDes”。 |
|
BottomLeft | 左下角。 将项序列化为 xml 时,其值为“bL”。 |
|
BottomRight | 右下角。 当项序列化为 xml 时,其值为“bR”。 |
|
Equality(HierarchyAlignmentValues, HierarchyAlignmentValues) | ||
Equals(HierarchyAlignmentValues) | ||
Equals(Object) | ||
GetHashCode() | ||
HierarchyAlignmentValues(String) | 创建新的 HierarchyAlignmentValues 枚举实例 |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<HierarchyAlignmentValues>.Create(String) | ||
Inequality(HierarchyAlignmentValues, HierarchyAlignmentValues) | ||
LeftBottom | 左下角。 将项序列化为 xml 时,其值为“lB”。 |
|
LeftCenterChild | 左中心子级。 当项序列化为 xml 时,其值为“lCtrCh”。 |
|
LeftCenterDescendant | 左居中后代。 当项序列化为 xml 时,其值为“lCtrDes”。 |
|
LeftTop | 左上。 当项序列化为 xml 时,其值为“lT”。 |
|
RightBottom | 右下角。 将项序列化为 xml 时,其值为“rB”。 |
|
RightCenterChildren | 右中心儿童。 当项序列化为 xml 时,其值为“rCtrCh”。 |
|
RightCenterDescendants | 右中心后代。 当项序列化为 xml 时,其值为“rCtrDes”。 |
|
RightTop | 右上。 当项序列化为 xml 时,其值为“rT”。 |
|
TopCenterChildren | Top Center Children。 当项序列化为 xml 时,其值为“tCtrCh”。 |
|
TopCenterDescendants | 顶部中心后代。 当项序列化为 xml 时,其值为“tCtrDes”。 |
|
TopLeft | 左上角。 当项序列化为 xml 时,其值为“tL”。 |
|
TopRight | 右上角。 当项序列化为 xml 时,其值为“tR”。 |
|
ToString() |