java.lang.Object
java.lang.Enum<STCommentAuthorChangeBit>
org.pptx4j.com.microsoft.schemas.office.powerpoint.x2013.main.command.STCommentAuthorChangeBit
All Implemented Interfaces:
Serializable, Comparable<STCommentAuthorChangeBit>, java.lang.constant.Constable

public enum STCommentAuthorChangeBit extends Enum<STCommentAuthorChangeBit>

Java class for ST_CommentAuthorChangeBit.

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

 <simpleType name="ST_CommentAuthorChangeBit">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="add"/>
     <enumeration value="del"/>
     <enumeration value="mod"/>
     <enumeration value="replId"/>
   </restriction>
 </simpleType>