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

public class CTCommentAuthorChanges
extends java.lang.Object
implements Child

Java class for CT_CommentAuthorChanges complex type.

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

 <complexType name="CT_CommentAuthorChanges">
   <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="cmAuthorMkLst" type="{http://schemas.microsoft.com/office/powerpoint/2013/main/command}CT_CommentAuthorMonikerList"/>
         <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_CommentAuthorChangeBits" />
     </restriction>
   </complexContent>
 </complexType>