pPr element (pElt complexType) [Word 2003 XML Reference] -- Microsoft Office Word 2003 XML Software Development Kit
pPr element (pElt complexType) [Word 2003 XML Reference]
Represents the paragraph properties.
Usage
<pPr />
Element Information
Element type | pPrElt |
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
Elements and Attributes
Parent Elements
Element | Description |
---|---|
p | Represents a paragraph element; analogous to the HTML <p> tag. |
Child Elements
Element | Description |
---|---|
pStyle | Represents paragraph style. |
keepNext | Represents Keep with Next Paragraph option: Prevents a page break between this paragraph and the next. |
keepLines | Represents Keep Lines Together option: Prevents a page break in this paragraph. |
pageBreakBefore | Represents Page Break Before option: Forces a page break before this paragraph. |
framePr | Represents text frame and drop cap properties. |
widowControl | Represents Widow/Orphan Control option: Prevents Word from printing the last line of a paragraph by itself at the top of the page (widow) or the first line of a paragraph at the bottom of a page (orphan). |
listPr | Represents list properties. |
supressLineNumbers | Prevents line numbers from appearing next to paragraph. This setting has no effect in documents or sections with no line numbers. |
pBdr | Represents borders for the paragraph. |
shd | Represents paragraph shading. |
tabs | Represents tab stop list. |
suppressAutoHyphens | Prevents automatic hyphenation. |
kinsoku | Use East Asian typography and line-breaking rules to determine which characters begin and end a line on a page (Asian Typography option). |
wordWrap | Allows a line to break in the middle of a Latin word (Asian Typography option). |
overflowPunct | Allows punctuation to continue one character beyond the alignment of other lines in the paragraph. If you do not use this option, all lines and punctuation must be perfectly aligned (Asian Typography option). |
topLinePunct | Allows punctuation to compress at the start of a line, which lets subsequent characters move in closer (Asian Typography option). |
autoSpaceDE | Automatically adjusts character spacing between East Asian and Latin text (Asian Typography option). |
autoSpaceDN | Automatically adjusts character spacing between East Asian text and numbers (Asian Typography option). |
bidi | Sets the alignment and reading order for a paragraph to right-to-left. |
adjustRightInd | Automatically adjusts the right indent when you are using the document grid. |
snapToGrid | Aligns text to document grid (when grid is defined). |
spacing | Represents spacing between lines and paragraphs. |
ind | Represents paragraph indentation. |
contextualSpacing | Specifies not to add space between paragraphs of the same style. |
suppressOverlap | Specifies not to allow this frame to overlap. |
jc | Represents paragraph alignment. |
textDirection | Represents orientation for the paragraph in the current cell, text box, or text frame. |
textAlignment | Determines the vertical alignment of all text in a line (Asian Typography option). |
outlineLvl | Represents outline level. |
divId | Represents ID of HTML DIV element this paragraph is currently in. |
cnfStyle | A string representation of a binary bitmask that represents the conditional formatting results for this paragraph within a table cell (left to right): FirstRow, LastRow, FirstColumn, LastColumn, Band1Vertical, Band2Vertical, Band1Horizontal, Band2Horizontal, NE Cell, NW Cell, SE Cell, SW Cell. |
rPr | Represents run properties for the paragraph mark. |
sectPr | Represents section properties for section that terminates at this paragraph mark. |
aml:annotation | See external namespace. |
Attributes
None.
Definition
<xsd:element name="pPr" type="pPrElt" minOccurs="0" >
</xsd:element>
©2004 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/odcXMLRefLegalNotice.asp