Interface Workbook.DefinitionStages.WithDescription
- All Known Subinterfaces:
Workbook.Definition,Workbook.DefinitionStages.WithCreate
- Enclosing interface:
- Workbook.DefinitionStages
public static interface Workbook.DefinitionStages.WithDescription
The stage of the Workbook definition allowing to specify description.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: The description of the workbook..
-
Method Details
-
withDescription
Specifies the description property: The description of the workbook..- Parameters:
description- The description of the workbook.- Returns:
- the next definition stage.
-