Freigeben über


PlaceholderShape.Type-Eigenschaft

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; }

Eigenschaftswert

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

Siehe auch

Referenz

PlaceholderShape Klasse

PlaceholderShape-Member

DocumentFormat.OpenXml.Presentation-Namespace