Section class
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.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.PowerPoint.Section
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
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).