Enum STClassificationOutcomeType

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

public enum STClassificationOutcomeType extends Enum<STClassificationOutcomeType>

Java class for ST_ClassificationOutcomeType.

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

 <simpleType name="ST_ClassificationOutcomeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="none"/>
     <enumeration value="hdr"/>
     <enumeration value="ftr"/>
     <enumeration value="watermark"/>
   </restriction>
 </simpleType>