logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Text::PDF::Null - PDF Null type object. This is a subclass of Text::PDF::Objind and cannot be

Contents

Methods

Text::PDF::Null->new
       Returns the null object.  There is only one null object.

   $s->realise
       Pretends to finish reading the object.

   $s->outobjdeep
       Output the object in PDF format.

   $s->is_obj
       Returns false because null is not a full object.

   $s->copy
       Another no-op.

   $s->val
       Return undef.

perl v5.36.0                                       2022-10-22                               Text::PDF::Null(3pm)

Name

       Text::PDF::Null - PDF Null type object.  This is a subclass of Text::PDF::Objind and cannot be
       subclassed.

return

See Also