File: vixmlelempp.htm

package info (click to toggle)
office2003-schemas 1.0%2Bds-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, forky, sid, trixie
  • size: 42,304 kB
  • sloc: javascript: 2,429; makefile: 29
file content (32 lines) | stat: -rw-r--r-- 2,634 bytes parent folder | download
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>&lt;pp&gt;</code> tag.</p>
		</p><h2>Syntax</h2><pre><code>
&lt;pp
    [IX]&gt;
&lt;/pp&gt;
</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>&lt;Char IX="0"/&gt; 
&lt;Char IX="1 "/&gt;
&lt;Para IX="0 "&gt;&lt;HorzAlign&gt;1&lt;/HorzAlign&gt;&lt;/Para&gt;
&lt;Para IX="1 "&gt;&lt;IndLeft&gt;0.3&lt;/IndLeft&gt;&lt;HorzAlign&gt;0&lt;/HorzAlign&gt;&lt;/Para&gt;
&lt;Tabs IX="0 "/&gt;
&lt;Text&gt;&lt;cp IX="0" /&gt;&lt;pp IX="0" /&gt;&lt;tp IX="0" /&gt;This paragraph is center aligned.&lt;cp IX="1" /&gt;
&lt;pp IX="1" /&gt;This paragraph is left aligned, with a 0.3 in. left indent.&lt;/Text&gt;
</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">&copy;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&amp;CTT=11&amp;Origin=HV011232471033" 

target="_new">http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp</a></center></body></html>