1. API Reference
  2. /
  3. GroupDocs.Editor
  4. /
  5. GroupDocs.Editor for Node.js via Java
  6. /
  7. com.groupdocs.editor.htmlcss.css.datatypes

com.groupdocs.editor.htmlcss.css.datatypes

On this page

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 percentageand unitless type.
LengthUnit All supported length units
Ratio Represents a “ratio” CSS data type, which is used for describing aspectratios in media queries and for raster images by denoting the proportionbetween 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

On this page