Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
EmbeddedObjectPosition |
EmbeddedObjectPosition.clone() |
EmbeddedObjectPosition |
UpdateEmbeddedObjectPositionRequest.getNewPosition()
An explicit position to move the embedded object to.
|
EmbeddedObjectPosition |
EmbeddedChart.getPosition()
The position of the chart.
|
EmbeddedObjectPosition |
UpdateEmbeddedObjectPositionResponse.getPosition()
The new position of the embedded object.
|
EmbeddedObjectPosition |
Slicer.getPosition()
The position of the slicer.
|
EmbeddedObjectPosition |
EmbeddedObjectPosition.set(String fieldName,
Object value) |
EmbeddedObjectPosition |
EmbeddedObjectPosition.setNewSheet(Boolean newSheet)
If true, the embedded object is put on a new sheet whose ID is chosen for you.
|
EmbeddedObjectPosition |
EmbeddedObjectPosition.setOverlayPosition(OverlayPosition overlayPosition)
The position at which the object is overlaid on top of a grid.
|
EmbeddedObjectPosition |
EmbeddedObjectPosition.setSheetId(Integer sheetId)
The sheet this is on.
|
Modifier and Type | Method and Description |
---|---|
UpdateEmbeddedObjectPositionRequest |
UpdateEmbeddedObjectPositionRequest.setNewPosition(EmbeddedObjectPosition newPosition)
An explicit position to move the embedded object to.
|
EmbeddedChart |
EmbeddedChart.setPosition(EmbeddedObjectPosition position)
The position of the chart.
|
UpdateEmbeddedObjectPositionResponse |
UpdateEmbeddedObjectPositionResponse.setPosition(EmbeddedObjectPosition position)
The new position of the embedded object.
|
Slicer |
Slicer.setPosition(EmbeddedObjectPosition position)
The position of the slicer.
|
Copyright © 2011–2024 Google. All rights reserved.