ShapeValues Enum

Definition

Shape

C#
public enum ShapeValues
C#
public readonly struct ShapeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Charts.ShapeValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Charts.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()

Applies to

Product Versions
DocumentFormat.OpenXml 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1