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::FromHTML::Template::Element::Var - To provide variable support

Affects

       Nothing

Attributes

       •   NAME This is the name of the parameter to substitute

Author

Children

       None

Dependencies

       None

Inheritance

       PDF::FromHTML::Template::Element

Name

       PDF::FromHTML::Template::Element::Var - To provide variable support

Node Name

       VAR

Note

       In  most cases, the use of VAR is unnecessary as the nodes all have the ability to use the $-notation for
       variablized attributes. For example, the filename for IMAGE or the text for TEXTBOX can be  specified  by
       the appropriate attribute.

       However, the node is not provided solely for backwards compatibility. There are some situations where the
       attribute $-notation is inadequate and a VAR node is required. (q.v. TEXTBOX for an example)

See Also

       TEXTBOX, IMAGE

perl v5.38.2                                       2024-07-28              PDF::FromHTML:...e::Element::Var(3pm)

Usage

         <var name="SomeParam"/>

See Also