BlackAndWhiteModeValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
黑白模式
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
字段
名称 | 值 | 说明 |
---|---|---|
Color | 0 | 颜色。 当项序列化为 xml 时,其值为“color”。 |
Auto | 1 | 自动。 当项序列化为 xml 时,其值为“auto”。 |
GrayScale | 2 | 灰度。 当项序列化为 xml 时,其值为“grayScale”。 |
LightGrayScale | 3 | 浅灰度。 当项序列化为 xml 时,其值为“lightGrayScale”。 |
InverseGray | 4 | 反灰度。 当项序列化为 xml 时,其值为“inverseGray”。 |
GrayOutline | 5 | 灰色轮廓。 当项序列化为 xml 时,其值为“grayOutline”。 |
HighContrast | 6 | 黑白。 当项序列化为 xml 时,其值为“highContrast”。 |
Black | 7 | 黑。 当项序列化为 xml 时,其值为“黑色”。 |
White | 8 | 白。 当项序列化为 xml 时,其值为“白色”。 |
Undrawn | 9 | 不显示。 当项序列化为 xml 时,其值为“undrawn”。 |
BlackTextAndLines | 10 | 黑色文本和线条。 当项目序列化为 xml 时,其值为“blackTextAndLines”。 |
Auto | 自动。 当项序列化为 xml 时,其值为“auto”。 |
|
Black | 黑。 当项序列化为 xml 时,其值为“黑色”。 |
|
BlackAndWhiteModeValues(String) | 创建新的 BlackAndWhiteModeValues 枚举实例 |
|
BlackTextAndLines | 黑色文本和线条。 当项目序列化为 xml 时,其值为“blackTextAndLines”。 |
|
Color | 颜色。 当项序列化为 xml 时,其值为“color”。 |
|
Equality(BlackAndWhiteModeValues, BlackAndWhiteModeValues) | ||
Equals(BlackAndWhiteModeValues) | ||
Equals(Object) | ||
GetHashCode() | ||
GrayOutline | 灰色轮廓。 当项序列化为 xml 时,其值为“grayOutline”。 |
|
GrayScale | 灰度。 当项序列化为 xml 时,其值为“grayScale”。 |
|
HighContrast | 黑白。 当项序列化为 xml 时,其值为“highContrast”。 |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<BlackAndWhiteModeValues>.Create(String) | ||
Inequality(BlackAndWhiteModeValues, BlackAndWhiteModeValues) | ||
InverseGray | 反灰度。 当项序列化为 xml 时,其值为“inverseGray”。 |
|
LightGrayScale | 浅灰度。 当项序列化为 xml 时,其值为“lightGrayScale”。 |
|
ToString() | ||
Undrawn | 不显示。 当项序列化为 xml 时,其值为“undrawn”。 |
|
White | 白。 当项序列化为 xml 时,其值为“白色”。 |