Uses of Class
org.pptx4j.com.microsoft.schemas.office.powerpoint.x201804.main.STClassificationOutcomeType
| Package | Description |
|---|---|
| org.pptx4j.com.microsoft.schemas.office.powerpoint.x201804.main |
-
Uses of STClassificationOutcomeType in org.pptx4j.com.microsoft.schemas.office.powerpoint.x201804.main
Fields in org.pptx4j.com.microsoft.schemas.office.powerpoint.x201804.main declared as STClassificationOutcomeType Modifier and Type Field Description protected STClassificationOutcomeTypeCTClassificationOutcome. valMethods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x201804.main that return STClassificationOutcomeType Modifier and Type Method Description static STClassificationOutcomeTypeSTClassificationOutcomeType. fromValue(java.lang.String v)STClassificationOutcomeTypeCTClassificationOutcome. getVal()Gets the value of the val property.static STClassificationOutcomeTypeSTClassificationOutcomeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STClassificationOutcomeType[]STClassificationOutcomeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x201804.main with parameters of type STClassificationOutcomeType Modifier and Type Method Description voidCTClassificationOutcome. setVal(STClassificationOutcomeType value)Sets the value of the val property.