ApplicationNonVisualDrawingProperties Class
Application Non-Visual Drawing Properties.When the object is serialized out as xml, its qualified name is p:nvPr.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<ChildElementInfoAttribute(GetType(QuickTimeFromFile))> _
<ChildElementInfoAttribute(GetType(VideoFromFile))> _
<ChildElementInfoAttribute(GetType(CustomerDataList))> _
<ChildElementInfoAttribute(GetType(AudioFromCD))> _
<ChildElementInfoAttribute(GetType(WaveAudioFile))> _
<ChildElementInfoAttribute(GetType(AudioFromFile))> _
<ChildElementInfoAttribute(GetType(PlaceholderShape))> _
<ChildElementInfoAttribute(GetType(ApplicationNonVisualDrawingPropertiesExtensionList))> _
Public Class ApplicationNonVisualDrawingProperties _
Inherits OpenXmlCompositeElement
用法
Dim instance As ApplicationNonVisualDrawingProperties
[ChildElementInfoAttribute(typeof(QuickTimeFromFile))]
[ChildElementInfoAttribute(typeof(VideoFromFile))]
[ChildElementInfoAttribute(typeof(CustomerDataList))]
[ChildElementInfoAttribute(typeof(AudioFromCD))]
[ChildElementInfoAttribute(typeof(WaveAudioFile))]
[ChildElementInfoAttribute(typeof(AudioFromFile))]
[ChildElementInfoAttribute(typeof(PlaceholderShape))]
[ChildElementInfoAttribute(typeof(ApplicationNonVisualDrawingPropertiesExtensionList))]
public class ApplicationNonVisualDrawingProperties : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
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>
CustomerDataList <p:custDataLst>
ApplicationNonVisualDrawingPropertiesExtensionList <p:extLst>
[ISO/IEC 29500-1 第 1 个版本]
19.3.1.33 nvPr (Non-Visual Properties)
This element specifies non-visual properties for objects. These properties include multimedia content associated with an object and properties indicating how the object is to be used or displayed in different contexts.
Parent Elements |
---|
nvCxnSpPr (§19.3.1.29); nvGraphicFramePr (§19.3.1.30); nvGrpSpPr (§19.3.1.31); nvPicPr (§19.3.1.32); nvSpPr (§19.3.1.34) |
Child Elements |
Subclause |
---|---|
audioCd (Audio from CD) |
§20.1.3.1 |
audioFile (Audio from File) |
§20.1.3.2 |
custDataLst (Customer Data List) |
§19.3.1.18 |
extLst (Extension List) |
§19.2.1.12 |
ph (Placeholder Shape) |
§19.3.1.36 |
quickTimeFile (QuickTime from File) |
§20.1.3.4 |
videoFile (Video from File) |
§20.1.3.6 |
wavAudioFile (Audio from WAV File) |
§20.1.3.7 |
Attributes |
Description |
---|---|
isPhoto (Is a Photo Album) |
Specifies whether the picture belongs to a photo album and should thus be included when editing a photo album within the generating application. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
userDrawn (Is User Drawn) |
Specifies if the corresponding object has been drawn by the user and should thus not be deleted. This allows for the flagging of slides that contain user drawn data. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
[Note: The W3C XML Schema definition of this element's content model (CT_ApplicationNonVisualDrawingProps) is located in §A.3. end note]
© ISO/IEC29500: 2008. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,ISO 对此翻译不承担任何责任。
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.