Represents a hint for transforms describing the border, shading, and positioning of groups of paragraphs with similar properties.
<pBdrGroup />
Element type | pBdrGroupElt |
Namespace | http://schemas.microsoft.com/office/word/2003/auxHint |
Schema name | Auxiliary XML Document 2003 |
Element | Description |
---|---|
borders | Represents describes the borders for the group. |
margin-left | Represents the left margin for the border. If you apply this value to a div element, you should nest another div element immediately within to reverse the effect. Otherwise, you will see double-indented paragraphs. |
margin-right | Represents the right margin for the border. If you apply this value to a div element, you should nest another div element immediately within to reverse the effect. Otherwise, you will see double-indented paragraphs. |
apo | Represents the absolute-positioning properties for the group. Also referred to as frame properties. |
shd | Represents the shading for the group. |
None.
<xsd:element name="pBdrGroup" type="pBdrGroupElt" >
</xsd:element>