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