次の方法で共有


PresentationProperties Class

Presentation-wide Properties. It is the root element of PresentationPropertiesPart.When the object is serialized out as xml, its qualified name is p:presentationPr.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.OpenXmlPartRootElement
DocumentFormat.OpenXml.Presentation.PresentationProperties

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(HtmlPublishProperties), FileFormatVersions.Office2007)> _
<ChildElementInfoAttribute(GetType(WebProperties), FileFormatVersions.Office2007)> _
<ChildElementInfoAttribute(GetType(PrintingProperties))> _
<ChildElementInfoAttribute(GetType(ShowProperties))> _
<ChildElementInfoAttribute(GetType(ColorMostRecentlyUsed))> _
<ChildElementInfoAttribute(GetType(PresentationPropertiesExtensionList))> _
Public Class PresentationProperties _
    Inherits OpenXmlPartRootElement
'使用
Dim instance As PresentationProperties
[ChildElementInfoAttribute(typeof(HtmlPublishProperties), FileFormatVersions.Office2007)]
[ChildElementInfoAttribute(typeof(WebProperties), FileFormatVersions.Office2007)]
[ChildElementInfoAttribute(typeof(PrintingProperties))]
[ChildElementInfoAttribute(typeof(ShowProperties))]
[ChildElementInfoAttribute(typeof(ColorMostRecentlyUsed))]
[ChildElementInfoAttribute(typeof(PresentationPropertiesExtensionList))]
public class PresentationProperties : OpenXmlPartRootElement

Remarks

The following table lists the possible child types:

  • HtmlPublishProperties <p:htmlPubPr>

  • WebProperties <p:webPr>

  • PrintingProperties <p:prnPr>

  • ShowProperties <p:showPr>

  • ColorMostRecentlyUsed <p:clrMru>

  • PresentationPropertiesExtensionList <p:extLst>

[ISO/IEC 29500-1 初版]

19.2.1.27 presentationPr (Presentation-wide Properties)

This element functions as a parent element within which additional presentation-wide document properties are contained. All properties and their corresponding settings are defined within the child elements.

Parent Elements

Root element of PresentationML Presentation Properties part

Child Elements

Subclause

clrMru (Color MRU)

§19.2.1.4

extLst (Extension List)

§19.2.1.12

prnPr (Printing Properties)

§19.2.1.28

showPr (Presentation-wide Show Properties)

§19.2.1.30

[Note: The W3C XML Schema definition of this element's content model (CT_PresentationProperties) is located in §A.3. end note]

© ISO/IEC29500: 2008. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、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.

See Also

Reference

PresentationProperties Members

DocumentFormat.OpenXml.Presentation Namespace