StyleDefinitionHeader.ResourceId Property
Resource ID.Represents the attribte in schema: resId
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "resId")> _
Public Property ResourceId As Int32Value
Get
Set
'Usage
Dim instance As StyleDefinitionHeader
Dim value As Int32Value
value = instance.ResourceId
instance.ResourceId = value
[SchemaAttrAttribute(, "resId")]
public Int32Value ResourceId { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
This attribute is the ID which associates this header to the actual style definition part.
The possible values for this attribute are defined by the XML Schema int data type.