Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
Padding |
Padding.clone() |
Padding |
CellFormat.getPadding()
The padding of the cell.
|
Padding |
Padding.set(String fieldName,
Object value) |
Padding |
Padding.setBottom(Integer bottom)
The bottom padding of the cell.
|
Padding |
Padding.setLeft(Integer left)
The left padding of the cell.
|
Padding |
Padding.setRight(Integer right)
The right padding of the cell.
|
Padding |
Padding.setTop(Integer top)
The top padding of the cell.
|
Modifier and Type | Method and Description |
---|---|
CellFormat |
CellFormat.setPadding(Padding padding)
The padding of the cell.
|
Copyright © 2011–2024 Google. All rights reserved.