ElementValues 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.
Element Type
public enum ElementValues
public readonly struct ElementValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues>
type ElementValues =
type ElementValues = struct
interface IEnumValue
interface IEnumValueFactory<ElementValues>
Public Enum ElementValues
Public Structure ElementValues
Implements IEnumValue, IEnumValueFactory(Of ElementValues), IEquatable(Of ElementValues)
- Inheritance
-
ElementValues
- Inheritance
-
ElementValues
Fields
Name | Value | Description |
---|---|---|
All | 0 | All. When the item is serialized out as xml, its value is "all". |
Document | 1 | Document. When the item is serialized out as xml, its value is "doc". |
Node | 2 | Node. When the item is serialized out as xml, its value is "node". |
Normal | 3 | Normal. When the item is serialized out as xml, its value is "norm". |
NonNormal | 4 | Non Normal. When the item is serialized out as xml, its value is "nonNorm". |
Assistant | 5 | Assistant. When the item is serialized out as xml, its value is "asst". |
NonAssistant | 6 | Non Assistant. When the item is serialized out as xml, its value is "nonAsst". |
ParentTransition | 7 | Parent Transition. When the item is serialized out as xml, its value is "parTrans". |
Presentation | 8 | Presentation. When the item is serialized out as xml, its value is "pres". |
SiblingTransition | 9 | Sibling Transition. When the item is serialized out as xml, its value is "sibTrans". |
All | All. When the item is serialized out as xml, its value is "all". |
|
Assistant | Assistant. When the item is serialized out as xml, its value is "asst". |
|
Document | Document. When the item is serialized out as xml, its value is "doc". |
|
ElementValues(String) | Creates a new ElementValues enum instance |
|
Equality(ElementValues, ElementValues) | ||
Equals(ElementValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ElementValues>.Create(String) | ||
Inequality(ElementValues, ElementValues) | ||
Node | Node. When the item is serialized out as xml, its value is "node". |
|
NonAssistant | Non Assistant. When the item is serialized out as xml, its value is "nonAsst". |
|
NonNormal | Non Normal. When the item is serialized out as xml, its value is "nonNorm". |
|
Normal | Normal. When the item is serialized out as xml, its value is "norm". |
|
ParentTransition | Parent Transition. When the item is serialized out as xml, its value is "parTrans". |
|
Presentation | Presentation. When the item is serialized out as xml, its value is "pres". |
|
SiblingTransition | Sibling Transition. When the item is serialized out as xml, its value is "sibTrans". |
|
ToString() |