Uses of Class
org.pptx4j.com.microsoft.schemas.office.powerpoint.x201509.main.STTransitionMorphOption
| Package | Description |
|---|---|
| org.pptx4j.com.microsoft.schemas.office.powerpoint.x201509.main |
-
Uses of STTransitionMorphOption in org.pptx4j.com.microsoft.schemas.office.powerpoint.x201509.main
Fields in org.pptx4j.com.microsoft.schemas.office.powerpoint.x201509.main declared as STTransitionMorphOption Modifier and Type Field Description protected STTransitionMorphOptionCTMorphTransition. optionMethods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x201509.main that return STTransitionMorphOption Modifier and Type Method Description static STTransitionMorphOptionSTTransitionMorphOption. fromValue(java.lang.String v)STTransitionMorphOptionCTMorphTransition. getOption()Gets the value of the option property.static STTransitionMorphOptionSTTransitionMorphOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTransitionMorphOption[]STTransitionMorphOption. 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.x201509.main with parameters of type STTransitionMorphOption Modifier and Type Method Description voidCTMorphTransition. setOption(STTransitionMorphOption value)Sets the value of the option property.