Class NumberFormatArray

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<PdfObject>

    public class NumberFormatArray
    extends PdfArray
    An array consisting of NumberFormatDictionary objects.
    Since:
    5.1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • NumberFormatArray

        public NumberFormatArray​(NumberFormatDictionary... formats)
        Creates a PdfArray consisting of NumberFormatDictionary objects.
        Parameters:
        formats - NumberFormatDictionary objects
      • NumberFormatArray

        public NumberFormatArray​(java.util.List<NumberFormatDictionary> formats)
        Creates a PdfArray consisting of NumberFormatDictionary objects.
        Parameters:
        formats - a List containing NumberFormatDictionary objects