BuildGraphics.ShapeId Property

Shape ID.Represents the attribte in schema: spid

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "spid")> _
Public Property ShapeId As StringValue
    Get
    Set
'Usage
Dim instance As BuildGraphics
Dim value As StringValue

value = instance.ShapeId

instance.ShapeId = value
[SchemaAttrAttribute(, "spid")]
public StringValue ShapeId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Remarks

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

This attribute describes the shape to which the build applies.

The possible values for this attribute are defined by the ST_ShapeID simple type.

See Also

Reference

BuildGraphics Class

BuildGraphics Members

DocumentFormat.OpenXml.Presentation Namespace