Uses of Enum
org.pptx4j.pml.STTLParaBuildType
Packages that use STTLParaBuildType
-
Uses of STTLParaBuildType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLParaBuildTypeMethods in org.pptx4j.pml that return STTLParaBuildTypeModifier and TypeMethodDescriptionstatic STTLParaBuildTypeCTTLBuildParagraph.getBuild()Gets the value of the build property.static STTLParaBuildTypeReturns 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 STTLParaBuildTypeModifier and TypeMethodDescriptionvoidCTTLBuildParagraph.setBuild(STTLParaBuildType value) Sets the value of the build property.