[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

sectPr (Previous Section Properties)

When specified as a child element of sectPrChange, the sectPr element specifies a set of section properties that were modified when the document was set to track all revisions.

[Example: If the page orientation was changed with revision tracking enabled, the following WordprocessingML defines the contents of that change:

<w:sectPr>

<w:sectPrChange …>
<w:sectPr>
<w:pgSz w:w="15840" w:h="12240"/>
</w:sectPr>
</w:sectPrChange>
</w:sectPr>

The properties that were changed as part of this revision are stored in this sectPr element. end example]

Parent Elements

sectPrChange2.13.5.34)

 

Child Elements

Subclause

bidi (Right to Left Section Layout)

§2.6.1

cols (Column Definitions)

§2.6.4

docGrid (Document Grid)

§2.6.5

endnotePr (Section-Wide Endnote Properties)

§2.11.5

footnotePr (Section-Wide Footnote Properties)

§2.11.12

formProt (Only Allow Editing of Form Fields)

§2.6.6

lnNumType (Line Numbering Settings)

§2.6.8

noEndnote (Suppress Endnotes In Document)

§2.11.16

paperSrc (Paper Source Information)

§2.6.9

pgBorders (Page Borders)

§2.6.10

pgMar (Page Margins)

§2.6.11

pgNumType (Page Numbering Settings)

§2.6.12

pgSz (Page Size)

§2.6.13

printerSettings (Reference to Printer Settings Data)

§2.6.14

rtlGutter (Gutter on Right Side of Page)

§2.6.16

textDirection (Text Flow Direction)

§2.6.20

titlePg (Different First Page Headers and Footers)

§2.10.6

type (Section Type)

§2.6.22

vAlign (Vertical Text Alignment on Page)

§2.6.23

 

Attributes

Description

rsidDel (Section Deletion Revision ID)

Specifies a unique identifier used to track the editing session when the section mark for this section was deleted from the document.

 

All rsid* attributes throughout this document of an equal value, if present, shall indicate that those regions were modified during the same editing session.

 

A producer may choose to increment the revision save ID value to indicate subsequent editing sessions (editing between save actions) to indicate the order of the saves performed.

 

The possible values for this attribute are defined by the ST_LongHexNumber simple type2.18.57).

rsidR (Section Addition Revision ID)

Specifies a unique identifier used to track the editing session when the section mark for this section was added to the document.

 

All rsid* attributes throughout this document of an equal value, if present, shall indicate that those regions were modified during the same editing session.

 

A producer may choose to increment the revision save ID value to indicate subsequent editing sessions (editing between save actions) to indicate the order of the saves performed.

 

The possible values for this attribute are defined by the ST_LongHexNumber simple type2.18.57).

rsidRPr (Physical Section Mark Character Revision ID)

Specifies a unique identifier used to track the editing session when the physical character representing this section mark was last formatted.

 

All rsid* attributes throughout this document of an equal value, if present, shall indicate that those regions were modified during the same editing session.

 

A producer may choose to increment the revision save ID value to indicate subsequent editing sessions (editing between save actions) to indicate the order of the saves performed.

 

The possible values for this attribute are defined by the ST_LongHexNumber simple type2.18.57).

rsidSect (Section Properties Revision ID)

Specifies a unique identifier used to track the editing session when the physical character representing this section mark was last formatted.

 

All rsid* attributes throughout this document of an equal value, if present, shall indicate that those regions were modified during the same editing session.

 

A producer may choose to increment the revision save ID value to indicate subsequent editing sessions (editing between save actions) to indicate the order of the saves performed.

 

The possible values for this attribute are defined by the ST_LongHexNumber simple type2.18.57).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_SectPrBase">

   <sequence>

   <group ref="EG_SectPrContents" minOccurs="0"/>

   </sequence>

   <attributeGroup ref="AG_SectPrAttributes"/>

</complexType>