End Paragraph Run Properties

Hi,

Is there a way to access End Paragraph Run Properties using Aspose.Slides for Java?

You can see an example of this in the Hyperlink.zip (29.0 KB)
if you unzip it and open /ppt/slides/slide1.xml:

   <a:p>
    <a:r>
     <a:rPr lang="en-US" smtClean="0" dirty="0">
      <a:hlinkClick r:id="rId2"/>
     </a:rPr>
     <a:t>www.text.com</a:t>
     </a:r>
    <a:endParaRPr lang="en-US" dirty="0"/>
    </a:p>

I would like to have a control over this element, i.e. to be able to include it or exclude it from a saved presentation.

Thanks,
Zeljko

@Zeljko,

I have observed your requirement and regret to share that at present the requested support is unavailable in Aspose.Slides. An issue with ID SLIDESJAVA-36546 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be automatically notified once support will be available.