| Package | Description |
|---|---|
| com.groupdocs.editor.htmlcss.css.datatypes |
The com.groupdocs.editor.htmlcss.css.datatypes namespace provides classes that represent CSS data types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArgbColor
Represents one color value in ARGB format with converters and serializers
|
class |
Length
Represents a CSS length value in any supportable unit, including percentage
and unitless type.
|
class |
Ratio
Represents a "ratio" CSS data type, which is used for describing aspect
ratios in media queries and for raster images by denoting the proportion
between two unitless values called "numerator" and "denominator".
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ArgbColor.equals(ICssDataType other)
Checks two
ArgbColor colors for equality |
boolean |
Length.equals(ICssDataType other)
Deprecated.
|
boolean |
Ratio.equals(ICssDataType other)
Deprecated.
|
Copyright © 2024. All rights reserved.