Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the HiddenEffectsProperties Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is a14:hiddenEffects.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(EffectList))> _
<ChildElementInfoAttribute(GetType(EffectDag))> _
Public Class HiddenEffectsProperties _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As HiddenEffectsProperties
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(EffectList))]
[ChildElementInfoAttribute(typeof(EffectDag))]
public class HiddenEffectsProperties : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
DocumentFormat.OpenXml.Drawing.EffectList <a:effectLst>
DocumentFormat.OpenXml.Drawing.EffectDag <a:effectDag>
2.3.8 hiddenEffects
Target namespace: https://schemas.microsoft.com/office/drawing/2007/7/7/main
A CT_EffectProperties ([ISO/IEC-29500-1] section A.4.1) element that stores the effect information of an object when the effects have been set to invisible.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="hiddenEffects" type="a:CT_EffectProperties"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
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.