| Package | Description |
|---|---|
| eu.easyrpa.openframework.google.sheets |
Objects model representing Google Spreadsheet and functionality to work with it via Google Sheets API.
|
| Modifier and Type | Method and Description |
|---|---|
CellStyle |
CellStyle.background(Color color)
Sets background color of cell.
|
CellStyle |
CellStyle.bold(boolean isBold)
Sets whether cells font should be bold.
|
CellStyle |
CellStyle.borderColors(Color... colors)
Sets colors for all cell borders (top, right, bottom and left).
|
CellStyle |
CellStyle.borders(BorderStyle... styles)
Sets styles of all cell borders (top, right, bottom and left).
|
CellStyle |
CellStyle.color(Color color)
Sets color of cells font.
|
CellStyle |
CellStyle.font(FontFamily font)
Sets font of cells.
|
CellStyle |
CellStyle.fontSize(int fontSize)
Sets size of cells font in points.
|
CellStyle |
CellStyle.format(NumberFormats format)
Sets cells number format.
|
CellStyle |
CellStyle.format(String pattern)
Sets cells custom number format using pattern.
|
CellStyle |
Cell.getStyle()
Gets current style of this cell.
|
CellStyle |
CellStyle.hAlign(HorizontalAlignment hAlign)
Sets horizontal alignment of text in the cell.
|
CellStyle |
CellStyle.italic(boolean isItalic)
Sets whether cells font should be italic.
|
CellStyle |
CellStyle.padding(int... padding)
Sets amounts of padding around the cell, in pixels.
|
CellStyle |
CellStyle.rotation(int rotation)
Sets degree of rotation for the text in the cell.
|
CellStyle |
CellStyle.strikeout(boolean isStrikeout)
Sets whether cells font should be strikeout.
|
CellStyle |
CellStyle.underline(boolean isUnderline)
Sets whether cell font should be underlined.
|
CellStyle |
CellStyle.vAlign(VerticalAlignment vAlign)
Sets vertical alignment of text in the cell.
|
CellStyle |
CellStyle.vertical(boolean isVertical)
Sets whether the text in the cell should be displayed vertically.
|
CellStyle |
CellStyle.wrapStrategy(WrapStrategy strategy)
Sets how text in the cell should wrap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cell.setStyle(CellStyle newStyle)
Sets and applies specific style for this cell.
|
Copyright © 2022. All rights reserved.