CompoundLineValues Enum  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 CompoundLineValues 枚举。
public enum CompoundLineValues
	[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum CompoundLineValues
	public readonly struct CompoundLineValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues>
	type CompoundLineValues = 
	[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
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
 
- 属性
 
字段
| 名称 | 值 | 说明 | 
|---|---|---|
| Simple | 0 | sng。 将项序列化为 xml 时,其值为“sng”。  | 
			
| Double | 1 | dbl。 当项序列化为 xml 时,其值为“dbl”。  | 
			
| ThickThin | 2 | thickThin。 当项序列化为 xml 时,其值为“thickThin”。  | 
			
| ThinThick | 3 | thinThick。 当项序列化为 xml 时,其值为“thinThick”。  | 
			
| Triple | 4 | 三。 当项序列化为 xml 时,其值为“tri”。  | 
			
| CompoundLineValues(String) | 创建新的 CompoundLineValues 枚举实例  | 
			|
| Double | dbl。 当项序列化为 xml 时,其值为“dbl”。  | 
			|
| Equality(CompoundLineValues, CompoundLineValues) | ||
| Equals(CompoundLineValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<CompoundLineValues>.Create(String) | ||
| Inequality(CompoundLineValues, CompoundLineValues) | ||
| Simple | sng。 将项序列化为 xml 时,其值为“sng”。  | 
			|
| ThickThin | thickThin。 当项序列化为 xml 时,其值为“thickThin”。  | 
			|
| ThinThick | thinThick。 当项序列化为 xml 时,其值为“thinThick”。  | 
			|
| ToString() | ||
| Triple | 三。 当项序列化为 xml 时,其值为“tri”。  |