Class PrimitivePropertyBuilders.FSPDFFontEncoding

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List buildDeclarations​(CSSName cssName, java.util.List values, int origin, boolean important, boolean inheritAllowed)
      Builds a list of PropertyDeclaration objects for the CSS property cssName.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FSPDFFontEncoding

        public FSPDFFontEncoding()
    • Method Detail

      • buildDeclarations

        public java.util.List buildDeclarations​(CSSName cssName,
                                                java.util.List 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.