pdf::api2::basic::pdf::array(3pm) debian man page | unix.com

Man Page: pdf::api2::basic::pdf::array

Operating Environment: debian

Section: 3pm

PDF::API2::Basic::PDF::Array(3pm)			User Contributed Perl Documentation			 PDF::API2::Basic::PDF::Array(3pm)

NAME
PDF::API2::Basic::PDF::Array - Corresponds to a PDF array. Inherits from PDF::Objind
INSTANCE VARIABLES
This object is not an array but an associative array containing the array of elements. Thus, there are special instance variables for an array object, beginning with a space var Contains the actual array of elements
METHODS
PDF::Array->new($parent, @vals) Creates an array with the given storage parent and an optional list of values to initialise the array with. $a->outobjdeep($fh, $pdf) Outputs an array as a PDF array to the given filehandle. $a->removeobj($elem) Removes all occurrences of an element from an array. $a->elementsof Returns a list of all the elements in the array. Notice that this is not the array itself but the elements in the array. $a->add_elements Appends the given elements to the array. An element is only added if it is defined. $a->val Returns the value of the array, this is a reference to the actual array containing the elements. $a->copy($pdf) Copies the array with deep-copy on elements which are not full PDF objects with respect to a particular $pdf output context perl v5.14.2 2011-03-10 PDF::API2::Basic::PDF::Array(3pm)
Related Man Pages
cam::pdf::decrypt(3pm) - debian
je::object::array(3pm) - debian
pdf::api2::basic::pdf::dict(3pm) - debian
pdf::api2::basic::pdf::filter(3pm) - debian
pdf::api2::resource::font::synfont(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?