Interface Workbook.DefinitionStages.WithDisplayName

All Known Subinterfaces:
Workbook.Definition, Workbook.DefinitionStages.WithCreate
Enclosing interface:
Workbook.DefinitionStages

public static interface Workbook.DefinitionStages.WithDisplayName
The stage of the Workbook definition allowing to specify displayName.
  • Method Details

    • withDisplayName

      Workbook.DefinitionStages.WithCreate withDisplayName(String displayName)
      Specifies the displayName property: The user-defined name (display name) of the workbook..
      Parameters:
      displayName - The user-defined name (display name) of the workbook.
      Returns:
      the next definition stage.