java.lang.Object
org.pptx4j.com.microsoft.schemas.office.powerpoint.x2013.main.command.CTCommentChanges
All Implemented Interfaces:
Child

public class CTCommentChanges
extends java.lang.Object
implements Child

Java class for CT_CommentChanges complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_CommentChanges">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="chgData" type="{http://schemas.microsoft.com/office/drawing/2013/main/command}CT_ChangesData" minOccurs="0"/>
         <element name="cmMkLst" type="{http://schemas.microsoft.com/office/powerpoint/2013/main/command}CT_CommentMonikerList"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="chg" use="required" type="{http://schemas.microsoft.com/office/powerpoint/2013/main/command}ST_CommentChangeBits" />
     </restriction>
   </complexContent>
 </complexType>