Generated by
JDiff

Class com.itextpdf.kernel.pdf.PdfArray

Changed Methods
boolean[]  toBooleanArray() Documentation changed from old to new.
Returns this array as an array of booleans.
double[]  toDoubleArray() Documentation changed from old to new.
Returns this array as an array of doubles.
float[]  toFloatArray() Documentation changed from old to new.
Returns this array as an array of floats.
int[]  toIntArray() Documentation changed from old to new.
Returns this array as an array of ints.
long[]  toLongArray() Documentation changed from old to new.
Returns this array as an array of longs.
Rectangle  toRectangle() Documentation changed from old to new.
Returns the first four elements of this array as a PdfArray.