| Package | Description |
|---|---|
| eu.easyrpa.openframework.google.sheets |
Objects model representing Google Spreadsheet and functionality to work with it via Google Sheets API.
|
| eu.easyrpa.openframework.google.sheets.constants |
Constants and enumerations used during Google Spreadsheet document manipulation and styling.
|
| Modifier and Type | Method and Description |
|---|---|
FontFamily |
CellStyle.getFont() |
| Modifier and Type | Method and Description |
|---|---|
CellStyle |
CellStyle.font(FontFamily font)
Sets font of cells.
|
| Modifier and Type | Method and Description |
|---|---|
static FontFamily |
FontFamily.getValue(String name)
Gets corresponding FontFamily by given font name.
|
static FontFamily |
FontFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontFamily[] |
FontFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.