Freigeben über


PresentationPropertiesExtension-Klasse

Defines the PresentationPropertiesExtension Class.When the object is serialized out as xml, its qualified name is p:ext.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(DiscardImageEditData), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(DefaultImageDpi), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(TextMath), FileFormatVersions.Office2010)> _
Public Class PresentationPropertiesExtension _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As PresentationPropertiesExtension
[ChildElementInfoAttribute(typeof(DiscardImageEditData), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(DefaultImageDpi), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(TextMath), FileFormatVersions.Office2010)]
public class PresentationPropertiesExtension : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData <p14:discardImageEditData>

  • DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi <p14:defaultImageDpi>

  • DocumentFormat.OpenXml.Office2010.Drawing.TextMath <a14:m>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

PresentationPropertiesExtension-Member

DocumentFormat.OpenXml.Presentation-Namespace