Freigeben über


SectionProperties-Klasse

Defines the SectionProperties Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is p14:sectionPr.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties

Namespace:  DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(SectionOld), FileFormatVersions.Office2010)> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class SectionProperties _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As SectionProperties
[ChildElementInfoAttribute(typeof(SectionOld), FileFormatVersions.Office2010)]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class SectionProperties : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • SectionOld <p14:section>

2.3.12 sectionPr

Target namespace: https://schemas.microsoft.com/office/powerpoint/2007/7/12/main

A CT_SectionProperties element that specifies section properties for the document. See section 2.2.5 for how this element integrates with ISO/IEC-29500:2008.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="sectionPr" type="CT_SectionProperties"/>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.5.13 CT_SectionProperties

Target namespace: https://schemas.microsoft.com/office/powerpoint/2007/7/12/main

Referenced by: sectionPr

A complex type that specifies section properties for the document.

Child Elements:

section : A list of CT_Section elements that specifies the sections in the document.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_SectionProperties">

<xsd:sequence>

<xsd:element name="section" type="CT_Section" minOccurs="1" maxOccurs="unbounded"/>

</xsd:sequence>

</xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Threadsicherheit

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

Siehe auch

Referenz

SectionProperties-Member

DocumentFormat.OpenXml.Office2010.PowerPoint-Namespace