<dPr>
(Delimiter Properties)
This element specifies the properties of <d>
, including the enclosing and separating characters, and the properties that affect the shape of the delimiters.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DPr">
<sequence>
<element name="begChr" type="CT_Char" minOccurs="0"/>
<element name="sepChr" type="CT_Char" minOccurs="0"/>
<element name="endChr" type="CT_Char" minOccurs="0"/>
<element name="grow" type="CT_OnOff" minOccurs="0"/>
<element name="shp" type="CT_Shp" minOccurs="0"/>
<element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/>
</sequence>
</complexType>