pBdrGroupElt complexType

Defines a set of borders for a group of elements.

Type Information

Namespace http://schemas.microsoft.com/office/word/2003/auxHint
Schema name Auxiliary XML Document 2003

Elements and Attributes

Child Elements

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.

Attributes

None.

Definition

      
<xsd:complexType name="pBdrGroupElt" >
  <xsd:sequence>
    <xsd:element name="borders" minOccurs="0" maxOccurs="1" type="bordersElt">
    </xsd:element>
    <xsd:element name="margin-left" minOccurs="0" maxOccurs="1" type="twipsMeasureProperty">
    </xsd:element>
    <xsd:element name="margin-right" minOccurs="0" maxOccurs="1" type="twipsMeasureProperty">
    </xsd:element>
    <xsd:element name="apo" minOccurs="0" maxOccurs="1" type="apoElt">
    </xsd:element>
    <xsd:element name="shd" type="hintShdProperty" minOccurs="0">
    </xsd:element>
    <xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded"></xsd:any>
  </xsd:sequence>
</xsd:complexType>


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp