Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
SlicerSpec |
SlicerSpec.clone() |
SlicerSpec |
UpdateSlicerSpecRequest.getSpec()
The specification to apply to the slicer.
|
SlicerSpec |
Slicer.getSpec()
The specification of the slicer.
|
SlicerSpec |
SlicerSpec.set(String fieldName,
Object value) |
SlicerSpec |
SlicerSpec.setApplyToPivotTables(Boolean applyToPivotTables)
True if the filter should apply to pivot tables.
|
SlicerSpec |
SlicerSpec.setBackgroundColor(Color backgroundColor)
The background color of the slicer.
|
SlicerSpec |
SlicerSpec.setBackgroundColorStyle(ColorStyle backgroundColorStyle)
The background color of the slicer.
|
SlicerSpec |
SlicerSpec.setColumnIndex(Integer columnIndex)
The zero-based column index in the data table on which the filter is applied to.
|
SlicerSpec |
SlicerSpec.setDataRange(GridRange dataRange)
The data range of the slicer.
|
SlicerSpec |
SlicerSpec.setFilterCriteria(FilterCriteria filterCriteria)
The filtering criteria of the slicer.
|
SlicerSpec |
SlicerSpec.setHorizontalAlignment(String horizontalAlignment)
The horizontal alignment of title in the slicer.
|
SlicerSpec |
SlicerSpec.setTextFormat(TextFormat textFormat)
The text format of title in the slicer.
|
SlicerSpec |
SlicerSpec.setTitle(String title)
The title of the slicer.
|
Modifier and Type | Method and Description |
---|---|
UpdateSlicerSpecRequest |
UpdateSlicerSpecRequest.setSpec(SlicerSpec spec)
The specification to apply to the slicer.
|
Slicer |
Slicer.setSpec(SlicerSpec spec)
The specification of the slicer.
|
Copyright © 2011–2024 Google. All rights reserved.