NAME

Excel::Template::Container::Format - Excel::Template::Container::Format

PURPOSE

To format all children according to the parameters

NODE NAME

FORMAT

INHERITANCE

Excel::Template::Container

ATTRIBUTES

  • bold

    This will set bold to on or off, depending on the boolean value.

  • hidden

    This will set whether the cell is hidden to on or off, depending on the boolean value. (q.v. BOLD tag)

  • italic

    This will set italic to on or off, depending on the boolean value. (q.v. ITALIC tag)

  • font_outline

    This will set font_outline to on or off, depending on the boolean value. (q.v. OUTLINE tag)

  • font_shadow

    This will set font_shadow to on or off, depending on the boolean value. (q.v. SHADOW tag)

  • font_strikeout

    This will set font_strikeout to on or off, depending on the boolean value. (q.v. STRIKEOUT tag)

CHILDREN

None

EFFECTS

None

DEPENDENCIES

None

USAGE

<format bold="1">
  ... Children here
</format>

In the above example, the children will be displayed (if they are displaying elements) in a bold format. All other formatting will remain the same and the "bold"-ness will end at the end tag.

AUTHOR

Rob Kinyon (rkinyon@columbus.rr.com)

SEE ALSO

BOLD, HIDDEN, ITALIC, OUTLINE, SHADOW, STRIKEOUT

1 POD Error

The following errors were encountered while parsing the POD:

Around line 84:

=back doesn't take any parameters, but you said =back 4