Uses of Class
org.xlsx4j.sml.STObjects
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STObjects in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STObjects Modifier and Type Field Description protected STObjectsCTCustomWorkbookView. showObjectsprotected STObjectsWorkbookPr. showObjectsMethods in org.xlsx4j.sml that return STObjects Modifier and Type Method Description static STObjectsSTObjects. fromValue(java.lang.String v)STObjectsCTCustomWorkbookView. getShowObjects()Gets the value of the showObjects property.STObjectsWorkbookPr. getShowObjects()Gets the value of the showObjects property.static STObjectsSTObjects. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STObjects[]STObjects. 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 STObjects Modifier and Type Method Description voidCTCustomWorkbookView. setShowObjects(STObjects value)Sets the value of the showObjects property.voidWorkbookPr. setShowObjects(STObjects value)Sets the value of the showObjects property.