NonVisualDrawingProperties Class
Defines the NonVisualDrawingProperties Class.When the object is serialized out as xml, its qualified name is dsp:cNvPr.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties
Namespace: DocumentFormat.OpenXml.Office.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<ChildElementInfoAttribute(GetType(NonVisualDrawingPropertiesExtensionList))> _
<ChildElementInfoAttribute(GetType(HyperlinkOnClick))> _
<ChildElementInfoAttribute(GetType(HyperlinkOnHover))> _
Public Class NonVisualDrawingProperties _
Inherits OpenXmlCompositeElement
'Применение
Dim instance As NonVisualDrawingProperties
[ChildElementInfoAttribute(typeof(NonVisualDrawingPropertiesExtensionList))]
[ChildElementInfoAttribute(typeof(HyperlinkOnClick))]
[ChildElementInfoAttribute(typeof(HyperlinkOnHover))]
public class NonVisualDrawingProperties : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
DocumentFormat.OpenXml.Drawing.HyperlinkOnClick <a:hlinkClick>
DocumentFormat.OpenXml.Drawing.HyperlinkOnHover <a:hlinkHover>
DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList <a:extLst>
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.