| 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 FontSize |
FontSize.Large
The normally large absolute-size
|
static FontSize |
FontSize.Larger
Larger relative-size - font will be larger relative to the parent element's font-size, roughly by the ratio used to separate the absolute-size keywords above.
|
static FontSize |
FontSize.Medium
Medium size.
|
static FontSize |
FontSize.Small
The normally small absolute-size
|
static FontSize |
FontSize.Smaller
Smaller relative-size - font will be smaller relative to the parent element's font-size, roughly by the ratio used to separate the absolute-size keywords above.
|
static FontSize |
FontSize.XLarge
The mediocre large absolute-size
|
static FontSize |
FontSize.XSmall
The mediocre small absolute-size
|
static FontSize |
FontSize.XxLarge
The very large absolute-size
|
static FontSize |
FontSize.XxSmall
The very small absolute-size
|
| Modifier and Type | Method and Description |
|---|---|
static FontSize |
FontSize.fromLength(Length length)
Creates a font-size from specified length
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FontSize.equals(FontSize other)
Determines whether this font-size instance is equal to specified
|
static boolean |
FontSize.equals(FontSize obj1,
FontSize obj2)
Deprecated.
|
static boolean |
FontSize.op_Equality(FontSize first,
FontSize second)
Checks whether two "FontSize" values are equal
|
static boolean |
FontSize.op_Inequality(FontSize first,
FontSize second)
Checks whether two "FontSize" values are not equal
|
static boolean |
FontSize.tryParse(String keyword,
FontSize[] result)
Tries to recognize a specified keyword as a proper keyword value of the 'font-size' and return it on success or NULL on failure.
|
| Modifier and Type | Method and Description |
|---|---|
FontSize |
WebFont.getSize()
Sets the size of the font in absolute or relative units
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebFont.setSize(FontSize value)
Sets the size of the font in absolute or relative units
|
Copyright © 2024. All rights reserved.