1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
  
     | 
    
      <html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="assetid" CONTENT="HV01085594"><META NAME="lcid" CONTENT="1033"><title>pp Element</title><link rel="stylesheet" type="text/css" href="office10.css"><script type="text/javascript" language="Javascript" src="ExpCollapse.js"></script><script type="text/javascript" language="JavaScript" src="inline.js"></script></head><body><h1>pp Element</h1><p>
			<p>Specifies the beginning of a paragraph properties run. The run is defined to the end of the text or until the next <code><pp></code> tag.</p>
		</p><h2>Syntax</h2><pre><code>
<pp
    [IX]>
</pp>
</code></pre><h2>Attributes</h2><p><b class="bterm">IX</b></p><p>Required int. The index of the <a href="vixmlelemPara.htm" id="HV01085583" lcid=" "><b class="bterm">Para</b></a> element that specifies the formatting applied to this run.</p><h2>Element properties</h2><table><tr><th>Property</th><th>Value</th></tr>
			<tr><td>Name</td><td>pp</td></tr>
			<tr><td>Minimum Occurrences</td><td>0</td></tr>
			<tr><td>Maximum Occurrences</td><td>Unbounded</td></tr>
		</table><h2>Element information</h2><p><b class="bterm">Parent elements</b></p><p><a href="vixmlelemText.htm" id="HV01085693" lcid=""><b class="bterm">Text</b></a></p><p><b class="bterm">Child elements</b></p><p>None</p><h2>Remarks</h2><p>
			<p>The <b class="bterm">pp</b> element must occur at the beginning of the text or immediately after a paragraph break.</p>
		</p><h2>Example</h2><p><pre><code><Char IX="0"/> 
<Char IX="1 "/>
<Para IX="0 "><HorzAlign>1</HorzAlign></Para>
<Para IX="1 "><IndLeft>0.3</IndLeft><HorzAlign>0</HorzAlign></Para>
<Tabs IX="0 "/>
…
…
<Text><cp IX="0" /><pp IX="0" /><tp IX="0" />This paragraph is center aligned.<cp IX="1" />
<pp IX="1" />This paragraph is left aligned, with a 0.3 in. left indent.</Text>
</code></pre></p><h2>See also</h2><p>
			<p><a href="vixmlconWorkingWithText.htm" id="HV83150821" lcid=" ">Working with a shape's text in DatadiagramML</a></p>
		</p><center><a href="XMLSchemaCopyright_HV01147162.htm">©2003-2004 Microsoft Corporation. All rights reserved.</a>  
Permission to copy, display and distribute this document is available at: <a 
href="http://r.office.microsoft.com/r/rlidAWSContentRedir?AssetID=XT010988631033&CTT=11&Origin=HV011232471033" 
target="_new">http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp</a></center></body></html> 
     |