Share via


DefaultShapeDefinitionType-Klasse

Defines the DefaultShapeDefinitionType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType
        DocumentFormat.OpenXml.Drawing.LineDefault
        DocumentFormat.OpenXml.Drawing.ShapeDefault
        DocumentFormat.OpenXml.Drawing.TextDefault

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(ShapeStyle))> _
<ChildElementInfoAttribute(GetType(ShapeProperties))> _
<ChildElementInfoAttribute(GetType(BodyProperties))> _
<ChildElementInfoAttribute(GetType(ListStyle))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public MustInherit Class DefaultShapeDefinitionType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As DefaultShapeDefinitionType
[ChildElementInfoAttribute(typeof(ShapeStyle))]
[ChildElementInfoAttribute(typeof(ShapeProperties))]
[ChildElementInfoAttribute(typeof(BodyProperties))]
[ChildElementInfoAttribute(typeof(ListStyle))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public abstract class DefaultShapeDefinitionType : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:ShapeProperties <a:spPr>BodyProperties <a:bodyPr>ListStyle <a:lstStyle>ShapeStyle <a:style>ExtensionList <a:extLst>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

DefaultShapeDefinitionType-Member

DocumentFormat.OpenXml.Drawing-Namespace