com.groupdocs.editor.htmlcss.css.datatypes
Contents
[
Hide
]
The com.groupdocs.editor.htmlcss.css.datatypes namespace provides classes that represent CSS data types.
Classes
| Class | Description |
|---|---|
| ArgbColor | Represents one color value in ARGB format with converters and serializers |
| ArgbColors | Contains all “known colors”, that have fixed unique name and value in CSS standart |
| Length | Represents a CSS length value in any supportable unit, including percentage and unitless type. |
| LengthUnit | All supported length units |
| 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”. |
Interfaces
| Interface | Description |
|---|---|
| ICssDataType | Common interface for all CSS data types, which are used in the CSS properties |