Uses of Class
org.docx4j.vml.officedrawing.STOLEUpdateMode
| Package | Description |
|---|---|
| org.docx4j.vml.officedrawing |
-
Uses of STOLEUpdateMode in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STOLEUpdateMode Modifier and Type Field Description protected STOLEUpdateModeCTOLEObject. updateModeMethods in org.docx4j.vml.officedrawing that return STOLEUpdateMode Modifier and Type Method Description static STOLEUpdateModeSTOLEUpdateMode. fromValue(java.lang.String v)STOLEUpdateModeCTOLEObject. getUpdateMode()Gets the value of the updateMode property.static STOLEUpdateModeSTOLEUpdateMode. valueOf(java.lang.String name)Returns 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 STOLEUpdateMode Modifier and Type Method Description voidCTOLEObject. setUpdateMode(STOLEUpdateMode value)Sets the value of the updateMode property.