共用方式為


RevExHeaders.DocId Property

Definition

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

Represents the following attribute in the schema: docId

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

Property Value

Attributes

Applies to