| 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 FontStyle |
FontStyle.Italic
Selects a font that is classified as italic.
|
static FontStyle |
FontStyle.Normal
Selects a font that is classified as normal within a font-family.
|
static FontStyle |
FontStyle.Oblique
Selects a font that is classified as oblique.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FontStyle.equals(FontStyle other)
Determines whether this font-style instance is equal to specified
|
static boolean |
FontStyle.equals(FontStyle obj1,
FontStyle obj2)
Deprecated.
|
static boolean |
FontStyle.op_Equality(FontStyle first,
FontStyle second)
Checks whether two "FontStyle" values are equal
|
static boolean |
FontStyle.op_Inequality(FontStyle first,
FontStyle second)
Checks whether two "FontStyle" values are not equal
|
static boolean |
FontStyle.tryParse(String keyword,
FontStyle[] result)
Tries to recognize a specified keyword as a proper keyword value of the 'font-style' and return it on success or NULL on failure.
|
| Modifier and Type | Method and Description |
|---|---|
FontStyle |
WebFont.getStyle()
Sets whether a font should be styled with a normal, italic, or oblique face from its font-family.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebFont.setStyle(FontStyle value)
Sets whether a font should be styled with a normal, italic, or oblique face from its font-family.
|
Copyright © 2024. All rights reserved.