Click or drag to resize

CustomXmlPart Id Property

Gets or sets the string that identifies this custom XML part within an OOXML document.

Namespace: Spire.Doc.Documents.Markup
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string Id { get; set; }

Property Value

Type: String
Remarks

ISO/IEC 29500 specifies that this value is a GUID, but Microsoft Word seems to allow any string value for this property and Spire.Words does the same. A valid value must be an identifier that is unique among all custom XML data parts in this document.

The default value is an empty string. The value cannot be null .

See Also