1Text::PDF::Null(3) User Contributed Perl Documentation Text::PDF::Null(3)
2
3
4
6 Text::PDF::Null - PDF Null type object. This is a subclass of
7 Text::PDF::Objind and cannot be subclassed.
8
10 Text::PDF::Null->new
11 Returns the null object. There is only one null object.
12
13 $s->realise
14 Pretends to finish reading the object.
15
16 $s->outobjdeep
17 Output the object in PDF format.
18
19 $s->is_obj
20 Returns false because null is not a full object.
21
22 $s->copy
23 Another no-op.
24
25 $s->val
26 Return undef.
27
28
29
30perl v5.12.0 2010-05-07 Text::PDF::Null(3)