Interface Workbook.DefinitionStages.WithCategory
- All Known Subinterfaces:
Workbook.Definition,Workbook.DefinitionStages.WithCreate
- Enclosing interface:
- Workbook.DefinitionStages
public static interface Workbook.DefinitionStages.WithCategory
The stage of the Workbook definition allowing to specify category.
-
Method Summary
Modifier and TypeMethodDescriptionwithCategory(String category) Specifies the category property: Workbook category, as defined by the user at creation time..
-
Method Details
-
withCategory
Specifies the category property: Workbook category, as defined by the user at creation time..- Parameters:
category- Workbook category, as defined by the user at creation time.- Returns:
- the next definition stage.
-