w:pBdr
Paragraph Borders
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_PBdr
Properties: Local, Qualified
Content
- Sequence [1..1]
- w:top [0..1] Paragraph Border Above Identical Paragraphs
- w:left [0..1] Left Paragraph Border
- w:bottom [0..1] Paragraph Border Between Identical Paragraphs
- w:right [0..1] Right Paragraph Border
- w:between [0..1] Paragraph Border Between Identical Paragraphs
- w:bar [0..1] Paragraph Border Between Facing Pages
Attributes
None
Used in
- Type w:CT_PPrBase (Element w:pPr)
- Type w:CT_PPr via extension of w:CT_PPrBase (Elements w:pPr, w:pPr, w:pPr, w:pPr)
Sample instance
<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>