Class InvalidPropertyDeclaration

java.lang.Object
com.openhtmltopdf.css.sheet.PropertyDeclaration
com.openhtmltopdf.css.sheet.InvalidPropertyDeclaration

public class InvalidPropertyDeclaration extends PropertyDeclaration
Holds an invalid property declaration (ie. one not understood by this project). Useful for passing to plugins such as SVG. WARNING: This is not a general subclass of PropertyDeclaration, the only method which should be used is toCSS.
  • Field Details

    • propertyName

      private final String propertyName
    • values

      private final List<PropertyValue> values
    • order

      private final int order
  • Constructor Details

    • InvalidPropertyDeclaration

      public InvalidPropertyDeclaration(String propertyName, List<PropertyValue> values, int origin, boolean important, int order)
  • Method Details