PlaceholderShape.Type Property

Placeholder Type.Represents the attribte in schema: type

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

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of PlaceholderValues)
    Get
    Set
'Usage
Dim instance As PlaceholderShape
Dim value As EnumValue(Of PlaceholderValues)

value = instance.Type

instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<PlaceholderValues> Type { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<PlaceholderValues>
Returns EnumValue<T>.

See Also

Reference

PlaceholderShape Class

PlaceholderShape Members

DocumentFormat.OpenXml.Presentation Namespace