BlackWhiteModeValues Enum

Definition

Black and White Mode

C#
public enum BlackWhiteModeValues
C#
public readonly struct BlackWhiteModeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues>, IEquatable<DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues>
Inheritance
BlackWhiteModeValues
Inheritance
BlackWhiteModeValues

Fields

Name Value Description
Color 0

Color.

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

Auto 1

Automatic.

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

Gray 2

Gray.

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

LightGray 3

Light Gray.

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

InvGray 4

Inverse Gray.

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

GrayWhite 5

Gray and White.

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

BlackGray 6

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".

Black 8

Black.

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

White 9

White.

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

Hidden 10

Hidden.

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

Auto

Automatic.

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

Black

Black.

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

BlackGray

Black and Gray.

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

BlackWhite

Black and White.

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

BlackWhiteModeValues(String)

Creates a new BlackWhiteModeValues enum instance

Color

Color.

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

Equality(BlackWhiteModeValues, BlackWhiteModeValues)
Equals(BlackWhiteModeValues)
Equals(Object)
GetHashCode()
Gray

Gray.

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

GrayWhite

Gray and White.

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

Hidden

Hidden.

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

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<BlackWhiteModeValues>.Create(String)
Inequality(BlackWhiteModeValues, BlackWhiteModeValues)
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".

ToString()
White

White.

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

Applies to

Produkt Versioner
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