Uses of Enum Class
org.docx4j.dml.STPathShadeType
Packages that use STPathShadeType
-
Uses of STPathShadeType in org.docx4j.dml
Fields in org.docx4j.dml declared as STPathShadeTypeMethods in org.docx4j.dml that return STPathShadeTypeModifier and TypeMethodDescriptionstatic STPathShadeTypeCTPathShadeProperties.getPath()Gets the value of the path property.static STPathShadeTypeReturns the enum constant of this class with the specified name.static STPathShadeType[]STPathShadeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.dml with parameters of type STPathShadeTypeModifier and TypeMethodDescriptionvoidCTPathShadeProperties.setPath(STPathShadeType value) Sets the value of the path property.