Uses of Class
org.xlsx4j.sml.STUpdateLinks
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STUpdateLinks in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STUpdateLinks Modifier and Type Field Description protected STUpdateLinksWorkbookPr. updateLinksMethods in org.xlsx4j.sml that return STUpdateLinks Modifier and Type Method Description static STUpdateLinksSTUpdateLinks. fromValue(java.lang.String v)STUpdateLinksWorkbookPr. getUpdateLinks()Gets the value of the updateLinks property.static STUpdateLinksSTUpdateLinks. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STUpdateLinks[]STUpdateLinks. 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 STUpdateLinks Modifier and Type Method Description voidWorkbookPr. setUpdateLinks(STUpdateLinks value)Sets the value of the updateLinks property.