次の方法で共有


PresentationPropertiesExtension Class

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

Inheritance Hierarchy

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

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

Syntax

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

Remarks

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>

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.

See Also

Reference

PresentationPropertiesExtension Members

DocumentFormat.OpenXml.Presentation Namespace