public interface IWorkbookChartAreaFormatRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartAreaFormatRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IWorkbookChartAreaFormatRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IWorkbookChartFillRequestBuilder |
fill()
Gets the request builder for WorkbookChartFill
|
IWorkbookChartFontRequestBuilder |
font()
Gets the request builder for WorkbookChartFont
|
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIWorkbookChartAreaFormatRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIWorkbookChartAreaFormatRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIWorkbookChartFillRequestBuilder fill()
IWorkbookChartFontRequestBuilder font()