public class NumberFormatArray extends PdfArray
Constructor and Description |
---|
NumberFormatArray(List<NumberFormatDictionary> formats)
Creates a PdfArray consisting of NumberFormatDictionary objects.
|
NumberFormatArray(NumberFormatDictionary... formats)
Creates a PdfArray consisting of NumberFormatDictionary objects.
|
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
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public NumberFormatArray(NumberFormatDictionary... formats)
formats
- NumberFormatDictionary objects
public NumberFormatArray(List<NumberFormatDictionary> formats)
formats
- a List containing NumberFormatDictionary objects
Copyright © 2016. All rights reserved.