MallikaBiswas:Hi,
I guess if you don't specify any formatting(change the font size,color etc) for your text
in the presentation document,it will take the default value and there will be no information
in the rPr tag.Change the formatting of you text and you can see the formatting information
in the corresponding rPr tag.
Mallika
Where is this default located, i know that the slideMaster file has defaults but they are qualified as LevelRunProperties. So to get to these defaults you still have to specify a lvl attribute in your rPr, and assuming you dont specify the levelRPr's in the slide or layout then it defaults to whats in the master.
I did get a reply from msdn, ill post it below, maybe im not interpreting their response correctly, but it doesnt really answer my question, so ive sent a followup question and i should have a response on monday.
For
the second question, the "Title Slide" layout used in the example
does
not
have a placeholder with bullet level text (p:txBody) defined for it.
It
has a:lstStyle defined. You can see the difference in the definitions
of
slideLayout1.xml ("Title Slide") and slideLayout2.xml ("Title
and
Content").
1.
slideLayout1.xml
<p:sp>
<p:nvSpPr>
<p:cNvPr id="3" name="Subtitle 2"/>
<p:cNvSpPr>
<a:spLocks noGrp="1"/>
</p:cNvSpPr>
<p:nvPr>
<p:ph type="subTitle" idx="1"/>
</p:nvPr>
</p:nvSpPr>
<p:spPr>
<a:xfrm>
<a:off x="1371600" y="3886200"/>
<a:ext cx="6400800" cy="1752600"/>
</a:xfrm>
</p:spPr>
<p:txBody>
<a:bodyPr/>
<a:lstStyle>
<a:lvl1pPr marL="0" indent="0" algn="ctr">
<a:buNone/>
<a:defRPr>
<a:solidFill>
<a:schemeClr val="tx1">
<a:tint
val="75000"/>
</a:schemeClr>
</a:solidFill>
</a:defRPr>
</a:lvl1pPr>
<a:lvl2pPr marL="457200" indent="0"
algn="ctr">
<a:buNone/>
<a:defRPr>
<a:solidFill>
<a:schemeClr val="tx1">
<a:tint
val="75000"/>
</a:schemeClr>
</a:solidFill>
</a:defRPr>
</a:lvl2pPr>
<snip
- continues through a:lvl9pPr>
</a:lstStyle>
<a:p>
<a:r>
<a:rPr lang="en-US" smtClean="0"/>
<a:t>Click to edit Master subtitle style</a:t>
</a:r>
<a:endParaRPr lang="en-US"/>
</a:p>
</p:txBody>
</p:sp>
2.
slideLayout2.xml
<p:sp>
<p:nvSpPr>
<p:cNvPr id="3" name="Content Placeholder 2"/>
<p:cNvSpPr>
<a:spLocks noGrp="1"/>
</p:cNvSpPr>
<p:nvPr>
<p:ph idx="1"/>
</p:nvPr>
</p:nvSpPr>
<p:spPr/>
<p:txBody>
<a:bodyPr/>
<a:lstStyle/>
<a:p>
<a:pPr lvl="0"/>
<a:r>
<a:rPr lang="en-US" smtClean="0"/>
<a:t>Click to edit Master text styles</a:t>
</a:r>
</a:p>
<a:p>
<a:pPr lvl="1"/>
<a:r>
<a:rPr lang="en-US" smtClean="0"/>
<a:t>Second level</a:t>
</a:r>
</a:p>
<a:p>
<a:pPr lvl="2"/>
<a:r>
<a:rPr lang="en-US" smtClean="0"/>
<a:t>Third level</a:t>
</a:r>
</a:p>
<snip
- continues through a:pPr lvl="5">
</p:txBody>
</p:sp>