public class Style extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
FontFamily
A CSS font-family to use for all UI elements.
|
String |
FontUrl
If you'd like to use a non-standard font, specify the URL where that font can be downloaded here.
|
String |
HeaderColor
An HTML color used for the background of the section/accordian headers.
|
String |
PrimaryColor
An HTML color used to generate several related colors for various UI elements.
|
boolean |
SquareCorners
true to use square corners for UI elements. |
| Constructor and Description |
|---|
Style() |
public String PrimaryColor
#077799.public String HeaderColor
#077799.public boolean SquareCorners
true to use square corners for UI elements. Default is false for rounded corners.public String FontFamily
Arial.public String FontUrl
https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap. Note that you also
need to define the FontFamily if you use this option.Copyright © 2023. All rights reserved.