Uses of Class
org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main.STTransitionPattern
| Package | Description |
|---|---|
| org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main |
-
Uses of STTransitionPattern in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main
Fields in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main declared as STTransitionPattern Modifier and Type Field Description protected STTransitionPatternCTGlitterTransition. patternMethods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main that return STTransitionPattern Modifier and Type Method Description static STTransitionPatternSTTransitionPattern. fromValue(java.lang.String v)STTransitionPatternCTGlitterTransition. getPattern()Gets the value of the pattern property.static STTransitionPatternSTTransitionPattern. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTransitionPattern[]STTransitionPattern. 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.x2010.main with parameters of type STTransitionPattern Modifier and Type Method Description voidCTGlitterTransition. setPattern(STTransitionPattern value)Sets the value of the pattern property.