public final class CSSEngineMode
extends com.aspose.html.internal.ms.System.Enum
Specifies CSSEngine mode
Modifier and Type | Field and Description |
---|---|
static int |
Default
CSS engine will work like usual.
|
static int |
NotStrict
CSS parser will work in not strict mode.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
public static final int Default
CSS engine will work like usual.
public static final int NotStrict
CSS parser will work in not strict mode. All not documented properties will be parsed and could be accessed through ICSSStyleDeclaration
.