LayoutTargetValues 枚举

定义

布局目标

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

字段

LayoutTargetValues(String)

创建新的 LayoutTargetValues 枚举实例

Equals(LayoutTargetValues)
Equals(Object)
GetHashCode()
Inner 0

内。

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

Inner

内。

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

Equality(LayoutTargetValues, LayoutTargetValues)
Inequality(LayoutTargetValues, LayoutTargetValues)
Outer 1

外。

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

Outer

外。

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

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

适用于