Uses of Class
org.pptx4j.pml.STTLParaBuildType
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STTLParaBuildType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLParaBuildType Modifier and Type Field Description protected STTLParaBuildTypeCTTLBuildParagraph. buildMethods in org.pptx4j.pml that return STTLParaBuildType Modifier and Type Method Description static STTLParaBuildTypeSTTLParaBuildType. fromValue(java.lang.String v)STTLParaBuildTypeCTTLBuildParagraph. getBuild()Gets the value of the build property.static STTLParaBuildTypeSTTLParaBuildType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTLParaBuildType[]STTLParaBuildType. 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 STTLParaBuildType Modifier and Type Method Description voidCTTLBuildParagraph. setBuild(STTLParaBuildType value)Sets the value of the build property.