1 package Excel::Template::Container::Shadow;
7 @ISA = qw( Excel::Template::Container::Format );
9 use Excel::Template::Container::Format;
15 my $self = $class->SUPER::new(@_);
17 $self->{FONT_SHADOW} = 1;
27 Excel::Template::Container::Shadow - Excel::Template::Container::Shadow
31 To format all children in shadow
39 Excel::Template::Container::Format
63 In the above example, the children will be displayed (if they are displaying
64 elements) in a shadow format. All other formatting will remain the same and the
65 "shadow"-ness will end at the end tag.
69 Rob Kinyon (rob.kinyon@gmail.com)