共用方式為


PageSetup.Draft Property

Definition

draft, this property is only available in Office 2016 and later.

Represents the following attribute in the schema: draft

[DocumentFormat.OpenXml.SchemaAttr(0, "draft")]
public DocumentFormat.OpenXml.BooleanValue Draft { get; set; }
public DocumentFormat.OpenXml.BooleanValue Draft { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "draft")]
public DocumentFormat.OpenXml.BooleanValue? Draft { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("draft")]
public DocumentFormat.OpenXml.BooleanValue? Draft { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Draft { get; set; }
member this.Draft : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "draft")>]
member this.Draft : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("draft")>]
member this.Draft : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Draft As BooleanValue

Property Value

Attributes

Applies to