| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
WorkbookChartFont |
WorkbookChartFont.Builder.build() |
WorkbookChartFont |
WorkbookChartFont.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
WorkbookChartFont |
WorkbookChartFont.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
WorkbookChartFont |
WorkbookChartFont.withBold(Boolean bold) |
WorkbookChartFont |
WorkbookChartFont.withColor(String color) |
WorkbookChartFont |
WorkbookChartFont.withItalic(Boolean italic) |
WorkbookChartFont |
WorkbookChartFont.withName(String name) |
WorkbookChartFont |
WorkbookChartFont.withSize(Double size) |
WorkbookChartFont |
WorkbookChartFont.withUnderline(String underline) |
Copyright © 2018–2020. All rights reserved.