BoxStyleValues Enum  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 BoxStyleValues 枚举。
public enum BoxStyleValues[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum BoxStyleValuespublic readonly struct BoxStyleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues>, IEquatable<DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues>type BoxStyleValues = [<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type BoxStyleValues = type BoxStyleValues = struct
    interface IEnumValue
    interface IEnumValueFactory<BoxStyleValues>Public Enum BoxStyleValuesPublic Structure BoxStyleValues
Implements IEnumValue, IEnumValueFactory(Of BoxStyleValues), IEquatable(Of BoxStyleValues)- 继承
- 
				BoxStyleValues
- 继承
- 
				BoxStyleValues
- 属性
字段
| 名称 | 值 | 说明 | 
|---|---|---|
| Horizontal | 0 | 水平。 当项序列化为 xml 时,其值为“horizontal”。 | 
| Vertical | 1 | 垂直。 当项序列化为 xml 时,其值为“vertical”。 | 
| BoxStyleValues(String) | 创建新的 BoxStyleValues 枚举实例 | |
| Equality(BoxStyleValues, BoxStyleValues) | ||
| Equals(BoxStyleValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| Horizontal | 水平。 当项序列化为 xml 时,其值为“horizontal”。 | |
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<BoxStyleValues>.Create(String) | ||
| Inequality(BoxStyleValues, BoxStyleValues) | ||
| ToString() | ||
| Vertical | 垂直。 当项序列化为 xml 时,其值为“vertical”。 |