Class PrimitivePropertyBuilders.FontStyle

    • Constructor Detail

      • FontStyle

        public FontStyle()
    • Method Detail

      • getAllowed

        protected BitSet getAllowed()
      • buildDeclarations

        public List<PropertyDeclaration> buildDeclarations​(CSSName cssName,
                                                           List<PropertyValue> values,
                                                           int origin,
                                                           boolean important,
                                                           boolean inheritAllowed)
        Description copied from interface: PropertyBuilder
        Builds a list of PropertyDeclaration objects for the CSS property cssName. values must contain CSSPrimitiveValue objects.