sectPrElt complexType [Word 2003 XML Reference] -- Microsoft Office Word 2003 XML Software Development Kit
sectPrElt complexType [Word 2003 XML Reference]
Defines print settings for a section of the document.
Type Information
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
Elements and Attributes
Child Elements
Element | Description |
---|---|
hdr | Represents the headers that appear at the top of pages in this section. |
ftr | Represents the footers that appear at the bottom of pages in this section. |
footnotePr | Represents the footnote properties for this section. |
endnotePr | Represents the endnote properties for this section. |
type | Represents the section type. |
pgSz | Specifies the size and orientation of this page. |
pgMar | Specifies the page margins. |
paperSrc | Specifies where the paper is located in the printer. |
pgBorders | Specifies the page borders. |
lnNumType | Specifies the line numbering. |
pgNumType | Specifies the page-numbering options. |
cols | Specifies the column properties for this section. If all the columns are of the same width, you need only to specify the number of columns (in the num attribute) and the space between columns (in the space attribute). |
formProt | Turns protection on for this section alone. |
vAlign | Sets alignment for text vertically between the top and bottom margins. |
noEndnote | Suppresses endnotes that would ordinarily appear at the end of this section. |
titlePg | Specifies that the first page of this section is different and will have different headers and footers. |
textFlow | Specifies the text flow. |
bidi | Specifies that this section contains bidirectional (complex scripts) text. |
rtlGutter | Positions the gutter at the right of the document. |
docGrid | Specifies the document grid. |
aml:annotation | See external namespace. |
Attributes
None.
Definition
<xsd:complexType name="sectPrElt" >
<xsd:sequence>
<xsd:choice minOccurs="0" maxOccurs="6">
<xsd:element name="hdr" type="hdrElt" minOccurs="0" maxOccurs="1">
</xsd:element>
<xsd:element name="ftr" type="ftrElt" minOccurs="0" maxOccurs="1">
</xsd:element>
</xsd:choice>
<xsd:element name="footnotePr" type="ftnEdnPropsElt" minOccurs="0">
</xsd:element>
<xsd:element name="endnotePr" type="ftnEdnPropsElt" minOccurs="0">
</xsd:element>
<xsd:element name="type" type="sectTypeElt" minOccurs="0">
</xsd:element>
<xsd:element name="pgSz" type="pageSzType" minOccurs="0">
</xsd:element>
<xsd:element name="pgMar" type="pageMarType" minOccurs="0">
</xsd:element>
<xsd:element name="paperSrc" type="paperSourceType" minOccurs="0">
</xsd:element>
<xsd:element name="pgBorders" type="pageBordersType" minOccurs="0">
</xsd:element>
<xsd:element name="lnNumType" type="lineNumberType" minOccurs="0">
</xsd:element>
<xsd:element name="pgNumType" type="pageNumberType" minOccurs="0">
</xsd:element>
<xsd:element name="cols" type="columnsType" minOccurs="0">
</xsd:element>
<xsd:element name="formProt" type="onOffProperty" minOccurs="0">
</xsd:element>
<xsd:element name="vAlign" type="verticalJustificationType" minOccurs="0">
</xsd:element>
<xsd:element name="noEndnote" type="onOffProperty" minOccurs="0">
</xsd:element>
<xsd:element name="titlePg" type="onOffProperty" minOccurs="0">
</xsd:element>
<xsd:element name="textFlow" type="textDirectionProperty" minOccurs="0">
</xsd:element>
<xsd:element name="bidi" type="onOffProperty" minOccurs="0">
</xsd:element>
<xsd:element name="rtlGutter" type="onOffProperty" minOccurs="0">
</xsd:element>
<xsd:element name="docGrid" type="docGridType" minOccurs="0">
</xsd:element>
<xsd:element ref="aml:annotation" minOccurs="0" maxOccurs="1">
</xsd:element>
</xsd:sequence>
</xsd:complexType>
©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