w:divsChild
Child div Elements Contained within Current div
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_Divs
Properties: Local, Qualified
Content
- w:div [1..*] Information About Single HTML div Element
Attributes
None
Used in
Sample instance
<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: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:div> </w:divsChild> </w:div> </w:divsChild>