public interface IWorkbookChartSeriesFormatRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartSeriesFormatRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IWorkbookChartSeriesFormatRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IWorkbookChartFillRequestBuilder |
fill()
Gets the request builder for WorkbookChartFill
|
IWorkbookChartLineFormatRequestBuilder |
line()
Gets the request builder for WorkbookChartLineFormat
|
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIWorkbookChartSeriesFormatRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIWorkbookChartSeriesFormatRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIWorkbookChartFillRequestBuilder fill()
IWorkbookChartLineFormatRequestBuilder line()