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