Share via


BlackAndWhiteModeValues 枚举

定义

黑白模式

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)
继承
BlackAndWhiteModeValues
继承
BlackAndWhiteModeValues

字段

BlackAndWhiteModeValues(String)

创建新的 BlackAndWhiteModeValues 枚举实例

Auto 1

自动。

当项序列化为 xml 时,其值为“auto”。

Auto

自动。

当项序列化为 xml 时,其值为“auto”。

Black 7

黑。

当项序列化为 xml 时,其值为“黑色”。

Black

黑。

当项序列化为 xml 时,其值为“黑色”。

BlackTextAndLines 10

黑色文本和线条。

当项目序列化为 xml 时,其值为“blackTextAndLines”。

BlackTextAndLines

黑色文本和线条。

当项目序列化为 xml 时,其值为“blackTextAndLines”。

Color 0

颜色。

当项序列化为 xml 时,其值为“color”。

Color

颜色。

当项序列化为 xml 时,其值为“color”。

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

灰色轮廓。

当项序列化为 xml 时,其值为“grayOutline”。

GrayOutline 5

灰色轮廓。

当项序列化为 xml 时,其值为“grayOutline”。

GrayScale 2

灰度。

当项序列化为 xml 时,其值为“grayScale”。

GrayScale

灰度。

当项序列化为 xml 时,其值为“grayScale”。

HighContrast 6

黑白。

当项序列化为 xml 时,其值为“highContrast”。

HighContrast

黑白。

当项序列化为 xml 时,其值为“highContrast”。

InverseGray

反灰度。

当项序列化为 xml 时,其值为“inverseGray”。

InverseGray 4

反灰度。

当项序列化为 xml 时,其值为“inverseGray”。

LightGrayScale 3

浅灰度。

当项序列化为 xml 时,其值为“lightGrayScale”。

LightGrayScale

浅灰度。

当项序列化为 xml 时,其值为“lightGrayScale”。

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

不显示。

当项序列化为 xml 时,其值为“undrawn”。

Undrawn 9

不显示。

当项序列化为 xml 时,其值为“undrawn”。

White

白色。

当项序列化为 xml 时,其值为“白色”。

White 8

白色。

当项序列化为 xml 时,其值为“白色”。

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

适用于