how to insert the following tag "<a:prstClr val="white" />"
into the below xml file(next to the bold tag) using c#.
<a:p xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main">
- <a:pPr marL="0" marR="0" indent="0" algn="ctr" defTabSz="914400" rtl="0" eaLnBrk="1" fontAlgn="b" latinLnBrk="0" hangingPunct="1">
- <a:lnSpc>
<a:spcPct val="100000" />
</a:lnSpc>
- <a:spcBef>
<a:spcPts val="0" />
</a:spcBef>
- <a:spcAft>
<a:spcPts val="0" />
</a:spcAft>
<a:buClrTx />
<a:buSzTx />
<a:buFontTx />
<a:buNone />
<a:tabLst />
<a:defRPr />
&l ...
Go to the complete details ...