public interface IWorkbookRangeFormatRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeFormatAutofitColumnsRequestBuilder |
autofitColumns() |
IWorkbookRangeFormatAutofitRowsRequestBuilder |
autofitRows() |
IWorkbookRangeBorderCollectionRequestBuilder |
borders() |
IWorkbookRangeBorderRequestBuilder |
borders(java.lang.String id) |
IWorkbookRangeFormatRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IWorkbookRangeFormatRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IWorkbookRangeFillRequestBuilder |
fill()
Gets the request builder for WorkbookRangeFill
|
IWorkbookRangeFontRequestBuilder |
font()
Gets the request builder for WorkbookRangeFont
|
IWorkbookFormatProtectionRequestBuilder |
protection()
Gets the request builder for WorkbookFormatProtection
|
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIWorkbookRangeFormatRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIWorkbookRangeFormatRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIWorkbookRangeBorderCollectionRequestBuilder borders()
IWorkbookRangeBorderRequestBuilder borders(java.lang.String id)
IWorkbookRangeFillRequestBuilder fill()
IWorkbookRangeFontRequestBuilder font()
IWorkbookFormatProtectionRequestBuilder protection()
IWorkbookRangeFormatAutofitColumnsRequestBuilder autofitColumns()
IWorkbookRangeFormatAutofitRowsRequestBuilder autofitRows()