CT_PageBorders

Complex Type Information

Model

Children: bottom, left, right, top

Attributes

QName Type Fixed Default Use Inheritable Annotation
display ST_PageBorderDisplay optional
offsetFrom ST_PageBorderOffset text optional
zOrder ST_PageBorderZOrder front optional

Used By

Source

<xsd:complexType name="CT_PageBorders">
  <xsd:sequence>
    <xsd:element name="top" type="CT_TopPageBorder" minOccurs="0"/>
    <xsd:element name="left" type="CT_PageBorder" minOccurs="0"/>
    <xsd:element name="bottom" type="CT_BottomPageBorder" minOccurs="0"/>
    <xsd:element name="right" type="CT_PageBorder" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="zOrder" type="ST_PageBorderZOrder" use="optional" default="front"/>
  <xsd:attribute name="display" type="ST_PageBorderDisplay" use="optional"/>
  <xsd:attribute name="offsetFrom" type="ST_PageBorderOffset" use="optional" default="text"/>
</xsd:complexType>