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