Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
Slicer |
Slicer.clone() |
Slicer |
AddSlicerResponse.getSlicer()
The newly added slicer.
|
Slicer |
AddSlicerRequest.getSlicer()
The slicer that should be added to the spreadsheet, including the position where it should be
placed.
|
Slicer |
Slicer.set(String fieldName,
Object value) |
Slicer |
Slicer.setPosition(EmbeddedObjectPosition position)
The position of the slicer.
|
Slicer |
Slicer.setSlicerId(Integer slicerId)
The ID of the slicer.
|
Slicer |
Slicer.setSpec(SlicerSpec spec)
The specification of the slicer.
|
Modifier and Type | Method and Description |
---|---|
List<Slicer> |
Sheet.getSlicers()
The slicers on this sheet.
|
Modifier and Type | Method and Description |
---|---|
AddSlicerResponse |
AddSlicerResponse.setSlicer(Slicer slicer)
The newly added slicer.
|
AddSlicerRequest |
AddSlicerRequest.setSlicer(Slicer slicer)
The slicer that should be added to the spreadsheet, including the position where it should be
placed.
|
Modifier and Type | Method and Description |
---|---|
Sheet |
Sheet.setSlicers(List<Slicer> slicers)
The slicers on this sheet.
|
Copyright © 2011–2024 Google. All rights reserved.