selvakumar
Forum Replies Created
-
AuthorPosts
-
April 12, 2016 at 9:26 am in reply to: setting element value which includes < , > , & not work properly #3348
selvakumar
ParticipantHi Eric,
Finally I completed the task, all the Issues got fixed. now its working in expected manner.
Thanks
P.Selvakumarselvakumar
ParticipantThanks Eric,
selvakumar
ParticipantThanks Eric for immediate reply..
selvakumar
ParticipantHi Eric, I tried to convert the C# code to java script but I am facing more difficulties, If openxmlregexp is available in java script code means,its really help full.
selvakumar
ParticipantHi Eric, I watched the video, you provided the valuable information, I want to convert the openxmlregex.cs C# code to java script code, Can you guide me how to do it.
selvakumar
ParticipantThanks Eric..
selvakumar
ParticipantIn slide1.xml file I find the following elements.
Expect:
-<a:r>
<a:rPr lang=”en-US” smtClean=”0″/>
<a:t><<KBF_FIRST>></a:t>
</a:r>but it split into two elements like below:
<a:rPr lang=”en-US” smtClean=”0″/>
<a:t><<</a:t>
</a:r>
-<a:r>
<a:rPr lang=”en-US” smtClean=”0″/>
<a:t>KBF_FIRST>></a:t>
</a:r>selvakumar
ParticipantThanks Eric,
Could you provide the code means, it will really helpful for me. And also could you suggest me how to insert, add new slide in the presentation through java script.Need suggestion for adding and removing the Elements like shape, text, image to and from the slide also helpful.
selvakumar
ParticipantThanks, Yes Eric, I am using the Open-Xml-Sdk for Java script, Is it possible to remove the slide through java script.
-
AuthorPosts