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
AUTHOR
Agent Zhang <agentzh@gmail.com> Sal Zhong <zhongxiang721@gmail.com>
COPYRIGHT
Copyright (c) 2006 Agent Zhang. All rights reserved. Copyright (c) 2006 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