Uses of Class
org.xlsx4j.sml.STExternalConnectionType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STExternalConnectionType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STExternalConnectionType Modifier and Type Field Description protected STExternalConnectionTypeCTTextField. typeMethods in org.xlsx4j.sml that return STExternalConnectionType Modifier and Type Method Description static STExternalConnectionTypeSTExternalConnectionType. fromValue(java.lang.String v)STExternalConnectionTypeCTTextField. getType()Gets the value of the type property.static STExternalConnectionTypeSTExternalConnectionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STExternalConnectionType[]STExternalConnectionType. 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 STExternalConnectionType Modifier and Type Method Description voidCTTextField. setType(STExternalConnectionType value)Sets the value of the type property.