Uses of Class
org.xlsx4j.sml.STOleUpdate
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STOleUpdate in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STOleUpdate Modifier and Type Field Description protected STOleUpdateCTOleObject. oleUpdateMethods in org.xlsx4j.sml that return STOleUpdate Modifier and Type Method Description static STOleUpdateSTOleUpdate. fromValue(java.lang.String v)STOleUpdateCTOleObject. getOleUpdate()Gets the value of the oleUpdate property.static STOleUpdateSTOleUpdate. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STOleUpdate[]STOleUpdate. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STOleUpdate Modifier and Type Method Description voidCTOleObject. setOleUpdate(STOleUpdate value)Sets the value of the oleUpdate property.