<divId>
(Associated HTML div ID)
div
tag when this document is saved in HTML format. This ID is then used to look up the associated div stored in the <divs>
(§2.15.2.8) element. If the paragraph does not specify this element, then any div
referenced by the previous paragraph is closed, and this paragraph shall not belong to any div
when saved as HTML. If this specified id does not exist in the collection of div
s the current document, then any div
referenced by the previous paragraph is closed, and this paragraph shall not belong to any div
when saved as HTML.
<w:p> <w:pPr> <w:divId w:val="1512645511" /> </w:pPr> </w:p>
This paragraph specifies that it belongs to the HTML div
with @id
1512645511
, stored in the <divs>
element. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies that the contents of this attribute will contain a decimal number. The contents of this decimal number are interpreted based on the context of the parent XML element. <w:… w:val="1512645511" /> The value of the The possible values for this attribute are defined by the ST_DecimalNumber simple type (§2.18.16). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DecimalNumber">
<attribute name="val" type="ST_DecimalNumber" use="required"/>
</complexType>