CSSEngineMode Enum
CSSEngineMode enumeration
Specifies CSSEngine mode. Values have the following meaning:
default - CSS parser will work according to w3c recommendation and do not support custom extensions.not-strict - All not documented properties will be parsed and could be accessed through.
[Flags]
public enum CSSEngineMode
Values
Name | Value | Description |
---|---|---|
Default | 0 | CSS parser will work according to w3c recommendation and do not support the custom extensions. |
NotStrict | 1 | CSS parser will work in not strict mode. All not documented properties will be parsed and could be accessed through. |
See Also
- package com.aspose.html.dom.css
- package Aspose.HTML