InkEffectsType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the InkEffectsType enumeration.
[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)
- Inheritance
-
InkEffectsType
- Inheritance
-
InkEffectsType
- Attributes
Fields
InkEffectsType(String) | Creates a new InkEffectsType enum instance |
|
Bronze | 9 | bronze. When the item is serialized out as xml, its value is "bronze". |
Bronze | bronze. When the item is serialized out as xml, its value is "bronze". |
|
Equals(InkEffectsType) | ||
Equals(Object) | ||
Galaxy | 3 | galaxy. When the item is serialized out as xml, its value is "galaxy". |
Galaxy | galaxy. When the item is serialized out as xml, its value is "galaxy". |
|
GetHashCode() | ||
Gold | gold. When the item is serialized out as xml, its value is "gold". |
|
Gold | 4 | gold. When the item is serialized out as xml, its value is "gold". |
Lava | 6 | lava. When the item is serialized out as xml, its value is "lava". |
Lava | lava. When the item is serialized out as xml, its value is "lava". |
|
None | 0 | none. When the item is serialized out as xml, its value is "none". |
None | none. When the item is serialized out as xml, its value is "none". |
|
Ocean | 7 | ocean. When the item is serialized out as xml, its value is "ocean". |
Ocean | ocean. When the item is serialized out as xml, its value is "ocean". |
|
Equality(InkEffectsType, InkEffectsType) | ||
Inequality(InkEffectsType, InkEffectsType) | ||
Pencil | 1 | pencil. When the item is serialized out as xml, its value is "pencil". |
Pencil | pencil. When the item is serialized out as xml, its value is "pencil". |
|
Rainbow | 2 | rainbow. When the item is serialized out as xml, its value is "rainbow". |
Rainbow | rainbow. When the item is serialized out as xml, its value is "rainbow". |
|
Rosegold | rosegold. When the item is serialized out as xml, its value is "rosegold". |
|
Rosegold | 8 | rosegold. When the item is serialized out as xml, its value is "rosegold". |
Silver | 5 | silver. When the item is serialized out as xml, its value is "silver". |
Silver | silver. When the item is serialized out as xml, its value is "silver". |
|
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<InkEffectsType>.Create(String) |