PresentationProperties-Klasse
Presentation-wide Properties. It is the root element of PresentationPropertiesPart.When the object is serialized out as xml, its qualified name is p:presentationPr.
Vererbungshierarchie
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
'Declaration
<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
'Usage
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
Hinweise
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 1. Ausgabe]
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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.