Uses of Class
org.xlsx4j.sml.STWebSourceType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STWebSourceType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STWebSourceType Modifier and Type Field Description protected STWebSourceTypeCTWebPublishItem. sourceTypeMethods in org.xlsx4j.sml that return STWebSourceType Modifier and Type Method Description static STWebSourceTypeSTWebSourceType. fromValue(java.lang.String v)STWebSourceTypeCTWebPublishItem. getSourceType()Gets the value of the sourceType property.static STWebSourceTypeSTWebSourceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STWebSourceType[]STWebSourceType. 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 STWebSourceType Modifier and Type Method Description voidCTWebPublishItem. setSourceType(STWebSourceType value)Sets the value of the sourceType property.