Hi
I need help regarding the default color setting for the text.
I know how to set the color for text in POI, and i am by default setting it
to Black. I need to set it to default color used.
thanks in advance
Huzaifa Izzuddin
On Fri, 14 Jul 2006, Kumar wrote:
With the commented the entire file is replacing with the present slide,
erasing the header information.
So is there any procedure to save the changes back into the ppt, having
said that the slide can be at anywhere in the ppt.
Despite several attempts to rea
On Thu, 13 Jul 2006, [EMAIL PROTECTED] wrote:
I used WordExtractor to extract texts from MS Word documents. The
documents have many non-text charaters that display as squares, and
sometimes as lines. However, most of the texts appear clearly. I did hex
dumps of the texts and found that some squ
Hi,
Want to replace a partucular text string in a slide, I could able get the
string and modify it. But how can I saveback the slide into the PPT. I am
trying out the following..
else if(shp[j] instanceof TextBox){
TextBox textShape = (TextBox)shp[j];
String mesg = textShape.getText();