Help for this page

Select Code to Download


  1. or download this
    use Encode;
    $doc->extendText($p, encode_utf8 $header);
    
  2. or download this
    $p = $doc->appendParagraph(text => encode_utf8($header),
                               style => "optionalParagraphStyle" );