WebColorValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
HTML 幻灯片导航控件颜色
public enum WebColorValues
public readonly struct WebColorValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.WebColorValues>, IEquatable<DocumentFormat.OpenXml.Presentation.WebColorValues>
type WebColorValues =
type WebColorValues = struct
interface IEnumValue
interface IEnumValueFactory<WebColorValues>
Public Enum WebColorValues
Public Structure WebColorValues
Implements IEnumValue, IEnumValueFactory(Of WebColorValues), IEquatable(Of WebColorValues)
- 继承
-
WebColorValues
- 继承
-
WebColorValues
字段
名称 | 值 | 说明 |
---|---|---|
None | 0 | 非特定颜色。 当项序列化为 xml 时,其值为“none”。 |
Browser | 1 | 浏览器颜色。 当项序列化为 xml 时,其值为“browser”。 |
PresentationText | 2 | 演示文稿文本颜色。 将项序列化为 xml 时,其值为“presentationText”。 |
PresentationAccent | 3 | 演示文稿主题色。 将项序列化为 xml 时,其值为“presentationAccent”。 |
WhiteTextOnBlack | 4 | 黑色颜色的白色文本。 当项序列化为 xml 时,其值为“whiteTextOnBlack”。 |
BlackTextOnWhite | 5 | 白色的黑色文本。 将项序列化为 xml 时,其值为“blackTextOnWhite”。 |
BlackTextOnWhite | 白色的黑色文本。 将项序列化为 xml 时,其值为“blackTextOnWhite”。 |
|
Browser | 浏览器颜色。 当项序列化为 xml 时,其值为“browser”。 |
|
Equality(WebColorValues, WebColorValues) | ||
Equals(Object) | ||
Equals(WebColorValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<WebColorValues>.Create(String) | ||
Inequality(WebColorValues, WebColorValues) | ||
None | 非特定颜色。 当项序列化为 xml 时,其值为“none”。 |
|
PresentationAccent | 演示文稿主题色。 将项序列化为 xml 时,其值为“presentationAccent”。 |
|
PresentationText | 演示文稿文本颜色。 将项序列化为 xml 时,其值为“presentationText”。 |
|
ToString() | ||
WebColorValues(String) | 创建新的 WebColorValues 枚举实例 |
|
WhiteTextOnBlack | 黑色颜色的白色文本。 当项序列化为 xml 时,其值为“whiteTextOnBlack”。 |