ShapeValues 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.
Shape
public enum ShapeValues
public readonly struct ShapeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Charts.ShapeValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Charts.ShapeValues>
type ShapeValues =
type ShapeValues = struct
interface IEnumValue
interface IEnumValueFactory<ShapeValues>
Public Enum ShapeValues
Public Structure ShapeValues
Implements IEnumValue, IEnumValueFactory(Of ShapeValues), IEquatable(Of ShapeValues)
- Inheritance
-
ShapeValues
- Inheritance
-
ShapeValues
Fields
Name | Value | Description |
---|---|---|
Cone | 0 | Cone. When the item is serialized out as xml, its value is "cone". |
ConeToMax | 1 | Cone to Max. When the item is serialized out as xml, its value is "coneToMax". |
Box | 2 | Box. When the item is serialized out as xml, its value is "box". |
Cylinder | 3 | Cylinder. When the item is serialized out as xml, its value is "cylinder". |
Pyramid | 4 | Pyramid. When the item is serialized out as xml, its value is "pyramid". |
PyramidToMaximum | 5 | Pyramid to Maximum. When the item is serialized out as xml, its value is "pyramidToMax". |
Box | Box. When the item is serialized out as xml, its value is "box". |
|
Cone | Cone. When the item is serialized out as xml, its value is "cone". |
|
ConeToMax | Cone to Max. When the item is serialized out as xml, its value is "coneToMax". |
|
Cylinder | Cylinder. When the item is serialized out as xml, its value is "cylinder". |
|
Equality(ShapeValues, ShapeValues) | ||
Equals(Object) | ||
Equals(ShapeValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ShapeValues>.Create(String) | ||
Inequality(ShapeValues, ShapeValues) | ||
Pyramid | Pyramid. When the item is serialized out as xml, its value is "pyramid". |
|
PyramidToMaximum | Pyramid to Maximum. When the item is serialized out as xml, its value is "pyramidToMax". |
|
ShapeValues(String) | Creates a new ShapeValues enum instance |
|
ToString() |