Compartir a través de


2.12.3.17 CT_SlideLayoutChanges

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

Referenced by: CT_MainMasterChanges

A complex type that specifies the metadata about edits to a slide layout.

Child Elements:

chgData: An ac:CT_ChangesData ([MS-ODRAWXML] section 2.29.3.1) element that specifies metadata common to content model changes.

sldLayoutMkLst: A CT_SlideLayoutMonikerList element that specifies a content moniker that identifies the edited slide layout.

spChg: An ac:CT_ShapeChanges ([MS-ODRAWXML] section 2.29.3.16) element that specifies the edits made to a shape on the slide layout.

grpChg: An ac:CT_GroupShapeChanges ([MS-ODRAWXML] section 2.29.3.7) element that specifies the edits made to a group shape on the slide layout.

graphicFrameChg: An ac:CT_GraphicFrameChanges ([MS-ODRAWXML] section 2.29.3.19) element that specifies the edits made to a graphic frame on the slide layout.

picChg: An ac:CT_PictureChanges ([MS-ODRAWXML] section 2.29.3.13) element that specifies the edits made to a picture on the slide layout.

inkChg: An ac:CT_InkChanges ([MS-ODRAWXML] section 2.29.3.10) element that specifies the edits made to an ink object on the slide layout.

cxnChg: An ac:CT_ConnectorChanges ([MS-ODRAWXML] section 2.29.3.2) element that specifies the edits made to a connector on the slide layout.

extLst: A p:CT_ExtensionList ([ISO/IEC29500-4:2016] section A.3) element that specifies the extension list. All future extensions to the slide layout change descriptor will be stored in the extension list.

Attributes:

chg: An ST_SlideLayoutChangeBits attribute that specifies the types of edits made to the slide layout.

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

 <xsd:complexType name="CT_SlideLayoutChanges">
   <xsd:sequence>
     <xsd:element name="chgData" type="ac:CT_ChangesData" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="sldLayoutMkLst" type="CT_SlideLayoutMonikerList" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="spChg" type="ac:CT_ShapeChanges" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="grpChg" type="ac:CT_GroupShapeChanges" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="graphicFrameChg" type="ac:CT_GraphicFrameChanges" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="picChg" type="ac:CT_PictureChanges" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="inkChg" type="ac:CT_InkChanges" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="cxnChg" type="ac:CT_ConnectorChanges" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="extLst" type="p:CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="chg" type="ST_SlideLayoutChangeBits" use="required"/>
 </xsd:complexType>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).