Hi Thomas,

I have one query . Can you tell me how to merge two resentations having 
different slide master,
I am stuck on that.

Fisrt presentation no of slides are-5
Second presentation no of slides -4

After merging no of slides are- 9 (its correct no.)

But problem is first slide coming as blank and in layout of second slide.
Could you help me..Its very urgent I need to complete it ASAP

Thanks,
Deepak

-----Original Message-----
From: Thomas Pifre [mailto:[email protected]]
Sent: Friday, June 12, 2015 3:20 PM
To: [email protected]
Subject: XSLFTextParagraph Hanging Indent

Hello,
I would like to hanging indent a bulleted list. I've used the following:    
XSLFTextParagraph p = tsh.addNewTextParagraph();
    XSLFTextRun r1 = p.addNewTextRun();r1.setText(...);
      p.setBullet(true);
      p.setIndent(10);
      p.setLevel(0);However if the line wraps, it goes back to the shape border 
rather than hanging.
I've tried few options on XSLFTextParagraph API without success.
Any help would be appreciated.
Thanks,
Thomas


________________________________
The information contained in this message may be confidential and legally 
protected under applicable law. The message is intended solely for the 
addressee(s). If you are not the intended recipient, you are hereby notified 
that any use, forwarding, dissemination, or reproduction of this message is 
strictly prohibited and may be unlawful. If you are not the intended recipient, 
please contact the sender by return e-mail and destroy all copies of the 
original message.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to