The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XUL::Image::PPT - insert images into a ppt

SYNOPSIS

use XUL::Image::PPT;

$obj = XUL::Image::PPT->new();

$obj->go;

This module provides interface to get ppt by inseting it images

METHODS

new(%option)

  • from => $from

    This option gives the index from which the rest images will be inserted into a ppt and 1 is default

  • indir => $indir

    This option gives the directory, under which images are saved and 'xul_img' is default

go()

invoke this method to start inserting images to get a ppt

XUL::Image

AUTHOR

Sal Zhong <zhongxiang721@gmail.com>

COPYRIGHT

Copyright (c) 2006~2007 Sal Zhong. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 101:

Unknown directive: =SEE