my $style1 = $tree-> ItemStyle ('text', -anchor => 'w', -font => 'Times 12',-justify => 'right'); my $style2 = $tree->ItemStyle ('text', -anchor => 'e', -font => 'Courier 16' -foreground => 'red', -justify => 'left');