Uses of Enum
org.xlsx4j.sml.STExternalConnectionType
Packages that use STExternalConnectionType
-
Uses of STExternalConnectionType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STExternalConnectionTypeMethods in org.xlsx4j.sml that return STExternalConnectionTypeModifier and TypeMethodDescriptionstatic STExternalConnectionTypeCTTextField.getType()Gets the value of the type property.static STExternalConnectionTypeReturns 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 STExternalConnectionTypeModifier and TypeMethodDescriptionvoidCTTextField.setType(STExternalConnectionType value) Sets the value of the type property.