CompoundLineValues 枚举

定义

复合线类型

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

字段

名称 说明
Single 0

单行。

将项序列化为 xml 时,其值为“sng”。

Double 1

双行。

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

ThickThin 2

粗细双线。

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

ThinThick 3

细粗双线。

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

Triple 4

细粗细三线。

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

CompoundLineValues(String)

创建新的 CompoundLineValues 枚举实例

Double

双行。

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

Equality(CompoundLineValues, CompoundLineValues)
Equals(CompoundLineValues)
Equals(Object)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CompoundLineValues>.Create(String)
Inequality(CompoundLineValues, CompoundLineValues)
Single

单行。

将项序列化为 xml 时,其值为“sng”。

ThickThin

粗细双线。

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

ThinThick

细粗双线。

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

ToString()
Triple

细粗细三线。

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

适用于