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:
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 Summary
Constructors Constructor Description NumberFormatArray(NumberFormatDictionary... formats)
Creates a PdfArray consisting of NumberFormatDictionary objects.NumberFormatArray(java.util.List<NumberFormatDictionary> formats)
Creates a PdfArray consisting of NumberFormatDictionary objects.
-
Method Summary
-
Methods inherited from class com.itextpdf.text.pdf.PdfArray
add, add, add, add, addFirst, asDoubleArray, asLongArray, contains, getArrayList, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getPdfObject, isEmpty, iterator, listIterator, remove, set, size, toPdf, toString
-
Methods inherited from class com.itextpdf.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
-
-
-
-
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
-
-