PathShadeTypeValues Enum

Definition

Defines the PathShadeTypeValues enumeration.

public enum PathShadeTypeValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum PathShadeTypeValues
public readonly struct PathShadeTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues>
type PathShadeTypeValues = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type PathShadeTypeValues = 
type PathShadeTypeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<PathShadeTypeValues>
Public Enum PathShadeTypeValues
Public Structure PathShadeTypeValues
Implements IEnumValue, IEnumValueFactory(Of PathShadeTypeValues), IEquatable(Of PathShadeTypeValues)
Inheritance
PathShadeTypeValues
Inheritance
PathShadeTypeValues
Attributes

Fields

PathShadeTypeValues(String)

Creates a new PathShadeTypeValues enum instance

Circle 1

circle.

When the item is serialized out as xml, its value is "circle".

Circle

circle.

When the item is serialized out as xml, its value is "circle".

Equals(PathShadeTypeValues)
Equals(Object)
GetHashCode()
Equality(PathShadeTypeValues, PathShadeTypeValues)
Inequality(PathShadeTypeValues, PathShadeTypeValues)
Rect 2

rect.

When the item is serialized out as xml, its value is "rect".

Rect

rect.

When the item is serialized out as xml, its value is "rect".

Shape

shape.

When the item is serialized out as xml, its value is "shape".

Shape 0

shape.

When the item is serialized out as xml, its value is "shape".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<PathShadeTypeValues>.Create(String)

Applies to