Uses of Class
org.xlsx4j.sml.STVisibility
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STVisibility in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STVisibility Modifier and Type Field Description protected STVisibilityCTBookView. visibilityMethods in org.xlsx4j.sml that return STVisibility Modifier and Type Method Description static STVisibilitySTVisibility. fromValue(java.lang.String v)STVisibilityCTBookView. getVisibility()Gets the value of the visibility property.static STVisibilitySTVisibility. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STVisibility[]STVisibility. 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 STVisibility Modifier and Type Method Description voidCTBookView. setVisibility(STVisibility value)Sets the value of the visibility property.