Uses of Class
odata.msgraph.client.beta.entity.WorkbookChartFont
-
Packages that use WorkbookChartFont Package Description odata.msgraph.client.beta.entity -
-
Uses of WorkbookChartFont in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return WorkbookChartFont Modifier and Type Method Description WorkbookChartFontWorkbookChartFont.Builder. build()WorkbookChartFontWorkbookChartFont. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WorkbookChartFontWorkbookChartFont. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WorkbookChartFontWorkbookChartFont. withBold(Boolean bold)WorkbookChartFontWorkbookChartFont. withColor(String color)WorkbookChartFontWorkbookChartFont. withItalic(Boolean italic)WorkbookChartFontWorkbookChartFont. withName(String name)WorkbookChartFontWorkbookChartFont. withSize(Double size)WorkbookChartFontWorkbookChartFont. withUnderline(String underline)WorkbookChartFontWorkbookChartFont. withUnmappedField(String name, String value)
-