Section Properties
An interface that defines a section within a document.| Name | Description |
|---|---|
| Columns | Provides access to the SectionColumns interface used for operations with columns in the document. |
| DifferentFirstPage | Gets or sets whether the header and footer areas of the first page can be different from other pages in the section. |
| EndnoteOptions | Provides access to the endnote options. |
| FirstPageTray | Gets or sets the paper tray to use for the first page of a section. |
| FootnoteOptions | Provides access to the footnote options. |
| LineNumbering | Provides access to the object containing line numbering parameters for the current section. |
| Margins | Provides access to an object used to specify or retrieve a section’s margin settings. |
| OtherPagesTray | Gets or sets the paper tray to use for all pages except the first page of a section. |
| Page | Provides access to an object used to specify or retrieve a section’s page settings. |
| PageBorders | Stores page border settings. |
| PageNumbering | Provides access to an object specifying page numbering options for the current section. |
| Paragraphs | Provides access to a collection of paragraphs for the current section. |
| ProtectedForForms | Gets or sets whether a section is protected for forms (section content is read-only except for form fields). |
| Range | Retrieves the range occupied by the current section. |
| RightToLeft | Gets or sets whether to change the section’s direction to right-to-left. |
| StartType | Gets or sets the type of a section break. |
See Also