Section class

Office 2013 and later

Defines the Section Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is p14:section.

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

No code example is currently available or this language may not be supported.

2.5.17 CT_Section

Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main

Referenced by: CT_SectionList

A complex type that specifies a section and its properties.

Child Elements:

sldIdLst: A CT_SectionSlideIdList element (section 2.5.16) that specifies a list of presentation slides in a section.

extLst: A p:CT_ExtensionList element ([ISO/IEC-29500-4] section A.3) that specifies the extension list. All future extensions to the section will be stored in the extension list.

Attributes:

name: An xsd:string attribute ([XMLSCHEMA2] section 3.2.1) that specifies the name of the section.

id: A s:ST_Guid attribute ([ISO/IEC-29500-4] section A.7.9) that specifies a GUID used to uniquely identify a section in the CT_SectionList (section 2.5.18).

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

<xsd:complexType name="CT_Section">

<xsd:sequence>

<xsd:element name="sldIdLst" type="CT_SectionSlideIdList" minOccurs="1" maxOccurs="1"/>

<xsd:element name="extLst" type="p:CT_ExtensionList" minOccurs="0" maxOccurs="1"/>

</xsd:sequence>

<xsd:attribute name="name" type="xsd:string"/>

<xsd:attribute name="id" type="s:ST_Guid"/>

</xsd:complexType>

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: