Uses of Enum
org.xlsx4j.sml.STComments
Packages that use STComments
-
Uses of STComments in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STCommentsMethods in org.xlsx4j.sml that return STCommentsModifier and TypeMethodDescriptionstatic STCommentsCTCustomWorkbookView.getShowComments()Gets the value of the showComments property.static STCommentsReturns 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 STCommentsModifier and TypeMethodDescriptionvoidCTCustomWorkbookView.setShowComments(STComments value) Sets the value of the showComments property.