| Interface | Description |
|---|---|
| ICSSProperty |
Base interface for a single CSS property.
|
| Class | Description |
|---|---|
| AbstractCSSProperty |
Abstract base class for implementing
ICSSProperty |
| AbstractCSSPropertyEnums |
CSS properties with a dynamic number of entries.
|
| CCSSProperties |
Contains the most commonly used CSS properties plus the available value
ranges.
|
| CSSPropertyColor |
Represents a color value
|
| CSSPropertyDouble |
CSS property that is either an enumeration or a decimal value without a unit
(e.g. opacity)
|
| CSSPropertyEnum |
CSS property with a predefined list of possible values (e.g.
|
| CSSPropertyEnumOrColor |
CSS property that is either an enumeration or a color value (e.g.
|
| CSSPropertyEnumOrColors |
CSS property that is a list of either an enumeration or a color value (e.g.
|
| CSSPropertyEnumOrInt |
CSS property that is either an enumeration or a numeric value without a unit
(e.g. z-index)
|
| CSSPropertyEnumOrNumber |
CSS property that is either an enumeration or a numeric value (e.g.
|
| CSSPropertyEnumOrNumbers |
CSS property that is a list of either an enumeration or a numeric value (e.g.
|
| CSSPropertyEnumOrRect |
CSS property that is either an enumeration or a rectangle (e.g. clip)
|
| CSSPropertyEnumOrURL |
CSS property that is either an enumeration or a URL value (e.g.
|
| CSSPropertyEnums |
CSS property that is a list of enumeration entries (e.g. border-style)
|
| CSSPropertyFree |
CSS property without any value constraints, except that it may not be empty.
|
| CSSPropertyNumber |
CSS property that is a number (e.g. line-height)
|
| CSSPropertyNumbers |
CSS property with a list of numbers (e.g. padding)
|
| CSSPropertyURL |
CSS property that needs to be an URL
|
| Enum | Description |
|---|---|
| ECSSProperty |
Contains a list of most CSS property names.
|
Copyright © 2014–2018 Philip Helger. All rights reserved.