Uses of Class
org.xlsx4j.sml.STComments
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STComments in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STComments Modifier and Type Field Description protected STCommentsCTCustomWorkbookView. showCommentsMethods in org.xlsx4j.sml that return STComments Modifier and Type Method Description static STCommentsSTComments. fromValue(java.lang.String v)STCommentsCTCustomWorkbookView. getShowComments()Gets the value of the showComments property.static STCommentsSTComments. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STComments[]STComments. 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 STComments Modifier and Type Method Description voidCTCustomWorkbookView. setShowComments(STComments value)Sets the value of the showComments property.