Uses of Enum
org.docx4j.vml.officedrawing.STOLEUpdateMode
Packages that use STOLEUpdateMode
-
Uses of STOLEUpdateMode in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STOLEUpdateModeMethods in org.docx4j.vml.officedrawing that return STOLEUpdateModeModifier and TypeMethodDescriptionstatic STOLEUpdateModeCTOLEObject.getUpdateMode()Gets the value of the updateMode property.static STOLEUpdateModeReturns the enum constant of this type with the specified name.static STOLEUpdateMode[]STOLEUpdateMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.vml.officedrawing with parameters of type STOLEUpdateModeModifier and TypeMethodDescriptionvoidCTOLEObject.setUpdateMode(STOLEUpdateMode value) Sets the value of the updateMode property.