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

PDF::Builder::Basic::PDF::Null - PDF Null type object. This is a subclass of

Contents

Methods

new
           PDF::Builder::Basic::PDF::Null->new()

           Returns the null object. There is only one null object.

   realise
           $s->realise()

           Pretends to finish reading the object.

   outobjdeep
           $s->outobjdeep()

           Output the object in PDF format.

   is_obj
           $s->is_obj()

           Returns false because null is not a full object.

   copy
           $s->copy()

           Another no-op.

   val
           $s->val()

           Return undef.

perl v5.36.0                                       2023-12-15                PDF::Builder::Basic::PDF::Null(3pm)

Name

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

See Also