Uses of Enum
org.docx4j.dml.STPresetMaterialType
Packages that use STPresetMaterialType
-
Uses of STPresetMaterialType in org.docx4j.dml
Fields in org.docx4j.dml declared as STPresetMaterialTypeModifier and TypeFieldDescriptionprotected STPresetMaterialTypeCTCell3D.prstMaterialprotected STPresetMaterialTypeCTShape3D.prstMaterialMethods in org.docx4j.dml that return STPresetMaterialTypeModifier and TypeMethodDescriptionstatic STPresetMaterialTypeCTCell3D.getPrstMaterial()Gets the value of the prstMaterial property.CTShape3D.getPrstMaterial()Gets the value of the prstMaterial property.static STPresetMaterialTypeReturns 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 STPresetMaterialTypeModifier and TypeMethodDescriptionvoidCTCell3D.setPrstMaterial(STPresetMaterialType value) Sets the value of the prstMaterial property.voidCTShape3D.setPrstMaterial(STPresetMaterialType value) Sets the value of the prstMaterial property.