PrintingProperties.ColorMode 属性

定义

打印颜色模式

表示架构中的以下属性:clrMode

[DocumentFormat.OpenXml.SchemaAttr(0, "clrMode")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintColorModeValues> ColorMode { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintColorModeValues> ColorMode { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "clrMode")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintColorModeValues>? ColorMode { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("clrMode")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintColorModeValues>? ColorMode { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintColorModeValues>? ColorMode { get; set; }
member this.ColorMode : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintColorModeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "clrMode")>]
member this.ColorMode : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintColorModeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("clrMode")>]
member this.ColorMode : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintColorModeValues> with get, set
Public Property ColorMode As EnumValue(Of PrintColorModeValues)

属性值

返回 EnumValue<T>

属性

适用于