Uses of Enum
org.xlsx4j.sml.STObjects
Packages that use STObjects
-
Uses of STObjects in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STObjectsModifier and TypeFieldDescriptionprotected STObjectsCTCustomWorkbookView.showObjectsprotected STObjectsWorkbookPr.showObjectsMethods in org.xlsx4j.sml that return STObjectsModifier and TypeMethodDescriptionstatic STObjectsCTCustomWorkbookView.getShowObjects()Gets the value of the showObjects property.WorkbookPr.getShowObjects()Gets the value of the showObjects property.static STObjectsReturns 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 STObjectsModifier and TypeMethodDescriptionvoidCTCustomWorkbookView.setShowObjects(STObjects value) Sets the value of the showObjects property.voidWorkbookPr.setShowObjects(STObjects value) Sets the value of the showObjects property.