Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
OverlayPosition |
OverlayPosition.clone() |
OverlayPosition |
EmbeddedObjectPosition.getOverlayPosition()
The position at which the object is overlaid on top of a grid.
|
OverlayPosition |
OverlayPosition.set(String fieldName,
Object value) |
OverlayPosition |
OverlayPosition.setAnchorCell(GridCoordinate anchorCell)
The cell the object is anchored to.
|
OverlayPosition |
OverlayPosition.setHeightPixels(Integer heightPixels)
The height of the object, in pixels.
|
OverlayPosition |
OverlayPosition.setOffsetXPixels(Integer offsetXPixels)
The horizontal offset, in pixels, that the object is offset from the anchor cell.
|
OverlayPosition |
OverlayPosition.setOffsetYPixels(Integer offsetYPixels)
The vertical offset, in pixels, that the object is offset from the anchor cell.
|
OverlayPosition |
OverlayPosition.setWidthPixels(Integer widthPixels)
The width of the object, in pixels.
|
Modifier and Type | Method and Description |
---|---|
EmbeddedObjectPosition |
EmbeddedObjectPosition.setOverlayPosition(OverlayPosition overlayPosition)
The position at which the object is overlaid on top of a grid.
|
Copyright © 2011–2024 Google. All rights reserved.