ApplicationNonVisualDrawingProperties Class
Defines the ApplicationNonVisualDrawingProperties Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is p14:nvPr.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<ChildElementInfoAttribute(GetType(CustomerDataList))> _
<ChildElementInfoAttribute(GetType(AudioFromFile))> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(AudioFromCD))> _
<ChildElementInfoAttribute(GetType(WaveAudioFile))> _
<ChildElementInfoAttribute(GetType(VideoFromFile))> _
<ChildElementInfoAttribute(GetType(QuickTimeFromFile))> _
<ChildElementInfoAttribute(GetType(PlaceholderShape))> _
<ChildElementInfoAttribute(GetType(ApplicationNonVisualDrawingPropertiesExtensionList))> _
Public Class ApplicationNonVisualDrawingProperties _
Inherits OpenXmlCompositeElement
用法
Dim instance As ApplicationNonVisualDrawingProperties
[ChildElementInfoAttribute(typeof(CustomerDataList))]
[ChildElementInfoAttribute(typeof(AudioFromFile))]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(AudioFromCD))]
[ChildElementInfoAttribute(typeof(WaveAudioFile))]
[ChildElementInfoAttribute(typeof(VideoFromFile))]
[ChildElementInfoAttribute(typeof(QuickTimeFromFile))]
[ChildElementInfoAttribute(typeof(PlaceholderShape))]
[ChildElementInfoAttribute(typeof(ApplicationNonVisualDrawingPropertiesExtensionList))]
public class ApplicationNonVisualDrawingProperties : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
DocumentFormat.OpenXml.Presentation.PlaceholderShape <p:ph>
DocumentFormat.OpenXml.Drawing.AudioFromCD <a:audioCd>
DocumentFormat.OpenXml.Drawing.WaveAudioFile <a:wavAudioFile>
DocumentFormat.OpenXml.Drawing.AudioFromFile <a:audioFile>
DocumentFormat.OpenXml.Drawing.VideoFromFile <a:videoFile>
DocumentFormat.OpenXml.Drawing.QuickTimeFromFile <a:quickTimeFile>
DocumentFormat.OpenXml.Presentation.CustomerDataList <p:custDataLst>
DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList <p: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.