w:pPr
Previous Paragraph Properties
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Other elements with the same name: w:pPr, w:pPr, w:pPr, w:pPr
Type: w:CT_PPrBase
Properties: Local, Qualified
Content
- Sequence [1..1]
- w:pStyle [0..1] Referenced Paragraph Style
- w:keepNext [0..1] Keep Paragraph With Next Paragraph
- w:keepLines [0..1] Keep All Lines On One Page
- w:pageBreakBefore [0..1] Start Paragraph on Next Page
- w:framePr [0..1] Text Frame Properties
- w:widowControl [0..1] Allow First/Last Line to Display on a Separate Page
- w:numPr [0..1] Numbering Definition Instance Reference
- w:suppressLineNumbers [0..1] Suppress Line Numbers for Paragraph
- w:pBdr [0..1] Paragraph Borders
- w:shd [0..1] Paragraph Shading
- w:tabs [0..1] Set of Custom Tab Stops
- w:suppressAutoHyphens [0..1] Suppress Hyphenation for Paragraph
- w:kinsoku [0..1] Use East Asian Typography Rules for First and Last Character per Line
- w:wordWrap [0..1] Allow Line Breaking At Character Level
- w:overflowPunct [0..1] Allow Punctuation to Extent Past Text Extents
- w:topLinePunct [0..1] Compress Punctuation at Start of a Line
- w:autoSpaceDE [0..1] Automatically Adjust Spacing of Latin and East Asian Text
- w:autoSpaceDN [0..1] Automatically Adjust Spacing of East Asian Text and Numbers
- w:bidi [0..1] Right to Left Paragraph Layout
- w:adjustRightInd [0..1] Automatically Adjust Right Indent When Using Document Grid
- w:snapToGrid [0..1] Use Document Grid Settings for Inter-Line Paragraph Spacing
- w:spacing [0..1] Spacing Between Lines and Above/Below Paragraph
- w:ind [0..1] Paragraph Indentation
- w:contextualSpacing [0..1] Ignore Spacing Above and Below When Using Identical Styles
- w:mirrorIndents [0..1] Use Left/Right Indents as Inside/Outside Indents
- w:suppressOverlap [0..1] Prevent Text Frames From Overlapping
- w:jc [0..1] Paragraph Alignment
- w:textDirection [0..1] Paragraph Text Flow Direction
- w:textAlignment [0..1] Vertical Character Alignment on Line
- w:textboxTightWrap [0..1] Allow Surrounding Paragraphs to Tight Wrap to Text Box Contents
- w:outlineLvl [0..1] Associated Outline Level
- w:divId [0..1] Associated HTML div ID
- w:cnfStyle [0..1] Paragraph Conditional Formatting
Attributes
None
Used in
- Type w:CT_PPrChange (Element w:pPrChange)
Sample instance
<w:pPr> <w:pStyle w:val="string"/> <w:keepNext/> <w:keepLines/> <w:pageBreakBefore/> <w:framePr/> <w:widowControl/> <w:numPr> <w:ilvl w:val="1"/> <w:numId w:val="1"/> <w:numberingChange w:id="1" w:author="string"/> <w:ins w:id="1" w:author="string"/> </w:numPr> <w:suppressLineNumbers/> <w:pBdr> <w:top w:val="nil"/> <w:left w:val="nil"/> <w:bottom w:val="nil"/> <w:right w:val="nil"/> <w:between w:val="nil"/> <w:bar w:val="nil"/> </w:pBdr> <w:shd w:val="nil"/> <w:tabs> <w:tab w:val="clear" w:pos="1"/> </w:tabs> <w:suppressAutoHyphens/> <w:kinsoku/> <w:wordWrap/> <w:overflowPunct/> <w:topLinePunct/> <w:autoSpaceDE/> <w:autoSpaceDN/> <w:bidi/> <w:adjustRightInd/> <w:snapToGrid/> <w:spacing/> <w:ind/> <w:contextualSpacing/> <w:mirrorIndents/> <w:suppressOverlap/> <w:jc w:val="left"/> <w:textDirection w:val="lrTb"/> <w:textAlignment w:val="top"/> <w:textboxTightWrap w:val="none"/> <w:outlineLvl w:val="1"/> <w:divId w:val="1"/> <w:cnfStyle w:val="string"/> </w:pPr>