public interface IWorkbookChartAxisFormatRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IWorkbookChartAxisFormatRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IWorkbookChartAxisFormatRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IWorkbookChartFontRequestBuilder |
font()
Gets the request builder for WorkbookChartFont
|
IWorkbookChartLineFormatRequestBuilder |
line()
Gets the request builder for WorkbookChartLineFormat
|
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIWorkbookChartAxisFormatRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIWorkbookChartAxisFormatRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIWorkbookChartFontRequestBuilder font()
IWorkbookChartLineFormatRequestBuilder line()