w:div
Information About Single HTML div Element
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_Div
Properties: Local, Qualified
Content
- Sequence [1..1]
- w:blockQuote [0..1] Data for HTML blockquote Element
- w:bodyDiv [0..1] Data for HTML body Element
- w:marLeft [1..1] Left Margin for HTML div
- w:marRight [1..1] Right Margin for HTML div
- w:marTop [1..1] Top Margin for HTML div
- w:marBottom [1..1] Bottom Margin for HTML div
- w:divBdr [0..1] Set of Borders for HTML div
- w:divsChild [0..*] Child div Elements Contained within Current div
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
w:id | [1..1] | w:ST_DecimalNumber | div Data ID |
Used in
- Type w:CT_Divs (Elements w:divs, w:divsChild)
Sample instance
<w:div w:id="1"> <w:blockQuote/> <w:bodyDiv/> <w:marLeft w:val="1"/> <w:marRight w:val="1"/> <w:marTop w:val="1"/> <w:marBottom w:val="1"/> <w:divBdr> <w:top w:val="nil"/> <w:left w:val="nil"/> <w:bottom w:val="nil"/> <w:right w:val="nil"/> </w:divBdr> <w:divsChild> <w:div w:id="1"> <w:blockQuote/> <w:bodyDiv/> <w:marLeft w:val="1"/> <w:marRight w:val="1"/> <w:marTop w:val="1"/> <w:marBottom w:val="1"/> <w:divBdr>... </w:divBdr> <w:divsChild>... </w:divsChild> </w:div> </w:divsChild> </w:div>