| Package | Description |
|---|---|
| com.groupdocs.editor.htmlcss.css.properties | |
| com.groupdocs.editor.options |
The com.groupdocs.editor.options namespace provides interfaces for load and save options.
|
| Modifier and Type | Field and Description |
|---|---|
static FontWeight |
FontWeight.Bold
Bold font weight.
|
static FontWeight |
FontWeight.Bolder
One relative font weight heavier than the parent element
|
static FontWeight |
FontWeight.Lighter
One relative font weight lighter than the parent element
|
static FontWeight |
FontWeight.Normal
Normal font weight.
|
| Modifier and Type | Method and Description |
|---|---|
static FontWeight |
FontWeight.fromNumber(int number)
Creates a font-weight from specified number
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FontWeight.equals(FontWeight other)
Determines whether specified FontWeight instances are equal
|
static boolean |
FontWeight.equals(FontWeight obj1,
FontWeight obj2)
Deprecated.
|
static boolean |
FontWeight.op_Equality(FontWeight first,
FontWeight second)
Checks whether two "FontWeight" values are equal
|
static boolean |
FontWeight.op_Inequality(FontWeight first,
FontWeight second)
Checks whether two "FontWeight" values are not equal
|
static boolean |
FontWeight.tryParse(String input,
FontWeight[] result)
Tries to parse a specified string and return a valid FontWeight instance on success
|
| Modifier and Type | Method and Description |
|---|---|
FontWeight |
WebFont.getWeight()
Sets the weight (or boldness) of the font
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebFont.setWeight(FontWeight value)
Sets the weight (or boldness) of the font
|
Copyright © 2024. All rights reserved.