Chris Dolan > CAM-PDF-1.52 > CAM::PDF::Node

Download:
CAM-PDF-1.52.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  9
View Bugs
Report a bug
Module Version: 1.52   Source  

NAME ^

CAM::PDF::Node - PDF element

SYNOPSIS ^

   my $node = CAM::PDF::Node->new('number', 1.0);

DESCRIPTION ^

This is a simplistic internal class for representing arbitrary PDF data structures.

LICENSE ^

Same as CAM::PDF

FUNCTIONS ^

$pkg->new($type, $value)
$pkg->new($type, $value, $objnum)
$pkg->new($type, $value, $objnum, $gennum)

Create a new PDF element.

AUTHOR ^

See CAM::PDF