Help for this page

Select Code to Download


  1. or download this
    use OpenOffice::OODoc;
    
    ...
    );
    
    $document->save;
    
  2. or download this
    $document->createStyle
                    (
    ...
                            'fo:font-size'        => '36pt',
                            }
                    );