Represents a paragraph element; analogous to the HTML <p> tag.

Usage


<p
	wsp:rsidRPr="[external type]"
	wsp:rsidR="[external type]"
	wsp:rsidDel="[external type]"
	wsp:rsidP="[external type]"
	wsp:rsidRDefault="[external type]"
/>

Element Information

Element type pElt
Namespace http://schemas.microsoft.com/office/word/2003/wordml
Schema name wordnet

Elements and Attributes

Child Elements

Element Type Description
pPr pPrElt Represents the paragraph properties.
r rElt Represents a run element. This is the leaf container for data in a Word document -- text, pictures, and so on.
fldSimple simpleFieldType Represents a simple Word field (with plain text instructions). Simple fields are run-time calculated entities in Word (for example, page numbers).
hlink hLinkType Represents a hyperlink element (analogous to HTML <a href=...> tag).
subDoc subDocElt Represents a link from a master document to a subdocument.

Attributes

Attribute Type Required Description Possible Values
wsp:rsidRPr external ref optional See external namespace. n/a
wsp:rsidR external ref optional See external namespace. n/a
wsp:rsidDel external ref optional See external namespace. n/a
wsp:rsidP external ref optional See external namespace. n/a
wsp:rsidRDefault external ref optional See external namespace. n/a

Definition

XML

<xsd:element name="p" type="pElt" minOccurs="0" maxOccurs="unbounded" ">
        
      </xsd:element>

©2006 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at:
http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice12.asp