InkEffectsType 枚举

定义

定义 InkEffectsType 枚举。

[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)]
public enum InkEffectsType
public enum InkEffectsType
public readonly struct InkEffectsType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType>, IEquatable<DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType>
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2019)>]
type InkEffectsType = 
type InkEffectsType = 
type InkEffectsType = struct
    interface IEnumValue
    interface IEnumValueFactory<InkEffectsType>
Public Enum InkEffectsType
Public Structure InkEffectsType
Implements IEnumValue, IEnumValueFactory(Of InkEffectsType), IEquatable(Of InkEffectsType)
继承
InkEffectsType
继承
InkEffectsType
属性

字段

名称 说明
None 0

无。

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

Pencil 1

铅笔。

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

Rainbow 2

彩虹。

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

Galaxy 3

星系。

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

Gold 4

金。

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

Silver 5

银。

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

Lava 6

熔岩。

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

Ocean 7

海洋。

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

Rosegold 8

玫瑰金。

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

Bronze 9

青铜。

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

Bronze

青铜。

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

Equality(InkEffectsType, InkEffectsType)
Equals(InkEffectsType)
Equals(Object)
Galaxy

星系。

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

GetHashCode()
Gold

金。

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

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<InkEffectsType>.Create(String)
Inequality(InkEffectsType, InkEffectsType)
InkEffectsType(String)

创建新的 InkEffectsType 枚举实例

Lava

熔岩。

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

None

无。

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

Ocean

海洋。

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

Pencil

铅笔。

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

Rainbow

彩虹。

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

Rosegold

玫瑰金。

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

Silver

银。

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

ToString()

适用于