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