Uses of Class
odata.msgraph.client.beta.entity.WorkbookChartFont.Builder
-
Packages that use WorkbookChartFont.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of WorkbookChartFont.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return WorkbookChartFont.Builder Modifier and Type Method Description WorkbookChartFont.BuilderWorkbookChartFont.Builder. bold(Boolean bold)static WorkbookChartFont.BuilderWorkbookChartFont. builderWorkbookChartFont()Returns a builder which is used to create a new instance of this class (given that this class is immutable).WorkbookChartFont.BuilderWorkbookChartFont.Builder. color(String color)WorkbookChartFont.BuilderWorkbookChartFont.Builder. id(String id)WorkbookChartFont.BuilderWorkbookChartFont.Builder. italic(Boolean italic)WorkbookChartFont.BuilderWorkbookChartFont.Builder. name(String name)WorkbookChartFont.BuilderWorkbookChartFont.Builder. size(Double size)WorkbookChartFont.BuilderWorkbookChartFont.Builder. underline(String underline)
-