GroupDocs.Editor.HtmlCss.Css.Properties
The GroupDocs.Editor.HtmlCss.Css.Properties namespace provides types that represent different CSS properties (components of CSS declarations).
Structures
| Structure | Description |
|---|---|
| FontSize | Represents a font size as a special unit or a length value, which specifies the size of the font (historically the width of the capital “M”). |
| FontStyle | Defines how the font should be styled with: a normal, italic, or oblique face from its font-family. |
| FontWeight | Font-weight property sets the weight (or boldness) of the font. The weights available depend on the font-family that is currently set. |
| TextDecorationLineType | Represents types of the text decoration line: underline (underscore), overline, and line-through (strikethrough) |