BlackWhiteModeValues Enum

Definition

Black and White Mode

public enum BlackWhiteModeValues
public readonly struct BlackWhiteModeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues>, IEquatable<DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues>
type BlackWhiteModeValues = 
type BlackWhiteModeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<BlackWhiteModeValues>
Public Enum BlackWhiteModeValues
Public Structure BlackWhiteModeValues
Implements IEnumValue, IEnumValueFactory(Of BlackWhiteModeValues), IEquatable(Of BlackWhiteModeValues)
Inheritance
BlackWhiteModeValues
Inheritance
BlackWhiteModeValues

Fields

BlackWhiteModeValues(String)

Creates a new BlackWhiteModeValues enum instance

Auto 1

Automatic.

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

Auto

Automatic.

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

Black 8

Black.

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

Black

Black.

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

BlackGray 6

Black and Gray.

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

BlackGray

Black and Gray.

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

BlackWhite 7

Black and White.

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

BlackWhite

Black and White.

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

Color 0

Color.

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

Color

Color.

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

Equals(BlackWhiteModeValues)
Equals(Object)
GetHashCode()
Gray 2

Gray.

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

Gray

Gray.

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

GrayWhite 5

Gray and White.

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

GrayWhite

Gray and White.

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

Hidden 10

Hidden.

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

Hidden

Hidden.

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

InvGray 4

Inverse Gray.

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

InvGray

Inverse Gray.

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

LightGray

Light Gray.

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

LightGray 3

Light Gray.

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

Equality(BlackWhiteModeValues, BlackWhiteModeValues)
Inequality(BlackWhiteModeValues, BlackWhiteModeValues)
ToString()
White

White.

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

White 9

White.

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

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

Applies to