Uses of Class
org.docx4j.dml.STPresetMaterialType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STPresetMaterialType in org.docx4j.dml
Fields in org.docx4j.dml declared as STPresetMaterialType Modifier and Type Field Description protected STPresetMaterialTypeCTCell3D. prstMaterialprotected STPresetMaterialTypeCTShape3D. prstMaterialMethods in org.docx4j.dml that return STPresetMaterialType Modifier and Type Method Description static STPresetMaterialTypeSTPresetMaterialType. fromValue(java.lang.String v)STPresetMaterialTypeCTCell3D. getPrstMaterial()Gets the value of the prstMaterial property.STPresetMaterialTypeCTShape3D. getPrstMaterial()Gets the value of the prstMaterial property.static STPresetMaterialTypeSTPresetMaterialType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STPresetMaterialType[]STPresetMaterialType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml with parameters of type STPresetMaterialType Modifier and Type Method Description voidCTCell3D. setPrstMaterial(STPresetMaterialType value)Sets the value of the prstMaterial property.voidCTShape3D. setPrstMaterial(STPresetMaterialType value)Sets the value of the prstMaterial property.