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 Details

    • withDescription

      Workbook.DefinitionStages.WithCreate withDescription(String description)
      Specifies the description property: The description of the workbook..
      Parameters:
      description - The description of the workbook.
      Returns:
      the next definition stage.