Uses of Class
org.pptx4j.pml.STIterateType
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STIterateType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STIterateType Modifier and Type Field Description protected STIterateTypeCTTLIterateData. typeMethods in org.pptx4j.pml that return STIterateType Modifier and Type Method Description static STIterateTypeSTIterateType. fromValue(java.lang.String v)STIterateTypeCTTLIterateData. getType()Gets the value of the type property.static STIterateTypeSTIterateType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STIterateType[]STIterateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pptx4j.pml with parameters of type STIterateType Modifier and Type Method Description voidCTTLIterateData. setType(STIterateType value)Sets the value of the type property.