On Aug 7, 11:32 pm, Cesar Rabak <csra... at (no spam) yahoo.com.br> wrote:
Tony escreveu:> Is there any set of classes for squeak that will open ppt files and/or
allow you to edit slides?
Tony,
Squeak has a package (probably already loaded in your image) called
Morphic-Book that allows to prepare very rich slides because you can use
all Morph on them.
There are some images that already have some of these books made like in
the Worlds of Squeak resides an Introduction to Smalltalk, for example.
HTH
Yes, well I don't want to build a slide presentation for display. I
want to create a power point presentation. I want to generate a file
or read in a partial file make some edits and write out the results.
So it's really about the file formats and not doing a presentation.
What I'm looking for is the equivalent in smalltalk to
http://poi.apache.org/
I see. For _importing_ data from OO formats there is a package in