com.aspose.html.dom.css

Class CSSEngineMode

  • java.lang.Object
    • com.aspose.html.internal.ms.System.ValueType<com.aspose.html.internal.ms.System.Enum>
      • com.aspose.html.internal.ms.System.Enum
        • com.aspose.html.dom.css.CSSEngineMode


  • public final class CSSEngineMode
    extends com.aspose.html.internal.ms.System.Enum

    Specifies CSSEngine mode

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.html.internal.ms.System.Enum

        com.aspose.html.internal.ms.System.Enum.AbstractEnum, com.aspose.html.internal.ms.System.Enum.FlaggedEnum, com.aspose.html.internal.ms.System.Enum.ObjectEnum, com.aspose.html.internal.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      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.
      • Fields inherited from class com.aspose.html.internal.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.html.internal.ms.System.Enum

        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
    • Field Detail

      • Default

        public static final int Default

        CSS engine will work like usual.

        See Also:
        Constant Field Values
      • NotStrict

        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.

        See Also:
        Constant Field Values