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