Uses of Class
org.xlsx4j.sml.STCellComments
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STCellComments in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STCellComments Modifier and Type Field Description protected STCellCommentsCTPageSetup. cellCommentsMethods in org.xlsx4j.sml that return STCellComments Modifier and Type Method Description static STCellCommentsSTCellComments. fromValue(java.lang.String v)STCellCommentsCTPageSetup. getCellComments()Gets the value of the cellComments property.static STCellCommentsSTCellComments. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STCellComments[]STCellComments. 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 STCellComments Modifier and Type Method Description voidCTPageSetup. setCellComments(STCellComments value)Sets the value of the cellComments property.