Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
Border |
Border.clone() |
Border |
Borders.getBottom()
The bottom border of the cell.
|
Border |
UpdateBordersRequest.getBottom()
The border to put at the bottom of the range.
|
Border |
UpdateBordersRequest.getInnerHorizontal()
The horizontal border to put within the range.
|
Border |
UpdateBordersRequest.getInnerVertical()
The vertical border to put within the range.
|
Border |
Borders.getLeft()
The left border of the cell.
|
Border |
UpdateBordersRequest.getLeft()
The border to put at the left of the range.
|
Border |
Borders.getRight()
The right border of the cell.
|
Border |
UpdateBordersRequest.getRight()
The border to put at the right of the range.
|
Border |
Borders.getTop()
The top border of the cell.
|
Border |
UpdateBordersRequest.getTop()
The border to put at the top of the range.
|
Border |
Border.set(String fieldName,
Object value) |
Border |
Border.setColor(Color color)
The color of the border.
|
Border |
Border.setColorStyle(ColorStyle colorStyle)
The color of the border.
|
Border |
Border.setStyle(String style)
The style of the border.
|
Border |
Border.setWidth(Integer width)
The width of the border, in pixels.
|
Modifier and Type | Method and Description |
---|---|
Borders |
Borders.setBottom(Border bottom)
The bottom border of the cell.
|
UpdateBordersRequest |
UpdateBordersRequest.setBottom(Border bottom)
The border to put at the bottom of the range.
|
UpdateBordersRequest |
UpdateBordersRequest.setInnerHorizontal(Border innerHorizontal)
The horizontal border to put within the range.
|
UpdateBordersRequest |
UpdateBordersRequest.setInnerVertical(Border innerVertical)
The vertical border to put within the range.
|
Borders |
Borders.setLeft(Border left)
The left border of the cell.
|
UpdateBordersRequest |
UpdateBordersRequest.setLeft(Border left)
The border to put at the left of the range.
|
Borders |
Borders.setRight(Border right)
The right border of the cell.
|
UpdateBordersRequest |
UpdateBordersRequest.setRight(Border right)
The border to put at the right of the range.
|
Borders |
Borders.setTop(Border top)
The top border of the cell.
|
UpdateBordersRequest |
UpdateBordersRequest.setTop(Border top)
The border to put at the top of the range.
|
Copyright © 2011–2024 Google. All rights reserved.