ShapePropertiesExtension Class
Defines the ShapePropertiesExtension Class.When the object is serialized out as xml, its qualified name is a:ext.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(HiddenScene3D), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(HiddenShape3D), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(HiddenLineProperties), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(HiddenEffectsProperties), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(HiddenFillProperties), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(ShadowObscured), FileFormatVersions.Office2010)> _
Public Class ShapePropertiesExtension _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As ShapePropertiesExtension
[ChildElementInfoAttribute(typeof(HiddenScene3D), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(HiddenShape3D), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(HiddenLineProperties), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(HiddenEffectsProperties), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(HiddenFillProperties), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(ShadowObscured), FileFormatVersions.Office2010)]
public class ShapePropertiesExtension : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties <a14:hiddenFill>
DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties <a14:hiddenLine>
DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties <a14:hiddenEffects>
DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D <a14:hiddenScene3d>
DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D <a14:hiddenSp3d>
DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured <a14:shadowObscured>
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.