StyleDefinitionHeader.UniqueId Property

Definition

Unique Style ID

Represents the following attribute in the schema: uniqueId

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

Property Value

Returns StringValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

This attribute defines a unique identifier for the associated style definition.

The possible values for this attribute are defined by the XML Schema string data type.

Applies to