Class NumberFormatArray

java.lang.Object
com.itextpdf.text.pdf.PdfObject
com.itextpdf.text.pdf.PdfArray
com.itextpdf.text.pdf.spatial.objects.NumberFormatArray
All Implemented Interfaces:
Serializable, Iterable<PdfObject>

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

    • NumberFormatArray

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

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