w:pgBorders
Page Borders
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_PageBorders
Properties: Local, Qualified
Content
- Sequence [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
w:zOrder | [0..1] | w:ST_PageBorderZOrder | Z-Ordering of Page Border | |
w:display | [0..1] | w:ST_PageBorderDisplay | Pages to Display Page Borders | |
w:offsetFrom | [0..1] | w:ST_PageBorderOffset | Page Border Positioning |
Used in
- Group w:EG_SectPrContents
- Type w:CT_SectPrBase via reference to w:EG_SectPrContents (Element w:sectPr)
- Type w:CT_SectPr via reference to w:EG_SectPrContents (Elements w:sectPr, w:sectPr)
Sample instance
<w:pgBorders> <w:top w:val="nil"/> <w:left w:val="nil"/> <w:bottom w:val="nil"/> <w:right w:val="nil"/> </w:pgBorders>