ShapeDefaultsType Class
Defines the ShapeDefaultsType class.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType
DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults
DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(ShapeLayout))> _
<ChildElementInfoAttribute(GetType(ShapeDefaults))> _
Public MustInherit Class ShapeDefaultsType _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As ShapeDefaultsType
[ChildElementInfoAttribute(typeof(ShapeLayout))]
[ChildElementInfoAttribute(typeof(ShapeDefaults))]
public abstract class ShapeDefaultsType : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:DocumentFormat.OpenXml.Vml.Office.ShapeDefaults <o:shapedefaults>DocumentFormat.OpenXml.Vml.Office.ShapeLayout <o:shapelayout>DocumentFormat.OpenXml.Vml.Office.SignatureLine <o:signatureline>DocumentFormat.OpenXml.Vml.Office.Ink <o:ink>DocumentFormat.OpenXml.Vml.Office.Diagram <o:diagram>DocumentFormat.OpenXml.Vml.Office.Skew <o:skew>DocumentFormat.OpenXml.Vml.Office.Extrusion <o:extrusion>DocumentFormat.OpenXml.Vml.Office.Callout <o:callout>DocumentFormat.OpenXml.Vml.Office.Lock <o:lock>DocumentFormat.OpenXml.Vml.Office.OleObject <o:OLEObject>DocumentFormat.OpenXml.Vml.Office.Complex <o:complex>DocumentFormat.OpenXml.Vml.Office.LeftStroke <o:left>DocumentFormat.OpenXml.Vml.Office.TopStroke <o:top>DocumentFormat.OpenXml.Vml.Office.RightStroke <o:right>DocumentFormat.OpenXml.Vml.Office.BottomStroke <o:bottom>DocumentFormat.OpenXml.Vml.Office.ColumnStroke <o:column>DocumentFormat.OpenXml.Vml.Office.ClipPath <o:clippath>DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties <o:fill>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.