Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

PDF::API2::Basic::PDF::Array

Name PDF::API2::Basic::PDF::Array
Version 2.043
Located at /usr/local/share/perl5
File /usr/local/share/perl5/PDF/API2/Basic/PDF/Array.pm
Is Core No
Search CPAN for this module PDF::API2::Basic::PDF::Array
Documentation PDF::API2::Basic::PDF::Array
Module Details PDF::API2::Basic::PDF::Array

NAME

PDF::API2::Basic::PDF::Array - Low-level PDF array object


METHODS

PDF::Array->new($parent, @values)

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->elements()

Returns the contents of the array.

$a->add_elements(@elements)

Appends the given elements to the array. An element is only added if it is defined.

$a->remove_element($element)

Removes all occurrences of an element from an array.

$a->val()

Returns a reference to the contents of the array.

$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 Diver brought to you by ScriptSolutions.com © 1997- 2024