BlackAndWhiteModeValues Enum

Definition

Black And White Modes

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

Fields

BlackAndWhiteModeValues(String)

Creates a new BlackAndWhiteModeValues 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 7

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

BlackTextAndLines 10

Black Text And Lines.

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

BlackTextAndLines

Black Text And Lines.

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

Color 0

Color.

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

Color

Color.

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

Equals(Object)
Equals(BlackAndWhiteModeValues)
GetHashCode()
GrayOutline

Gray Outlines.

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

GrayOutline 5

Gray Outlines.

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

GrayScale 2

Grayscale.

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

GrayScale

Grayscale.

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

HighContrast 6

Black And White.

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

HighContrast

Black And White.

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

InverseGray

Inverse Grayscale.

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

InverseGray 4

Inverse Grayscale.

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

LightGrayScale 3

Light grayscale.

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

LightGrayScale

Light grayscale.

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

Equality(BlackAndWhiteModeValues, BlackAndWhiteModeValues)
Inequality(BlackAndWhiteModeValues, BlackAndWhiteModeValues)
ToString()
Undrawn

Do Not Show.

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

Undrawn 9

Do Not Show.

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

White

White.

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

White 8

White.

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

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

Applies to