Section Members
Include Protected Members
Include Inherited Members
Represents a single section in a selection, range, or document.
The Section type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
Borders | Returns a Borders collection that represents all the borders for the specified object. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Footers | Returns a HeadersFooters collection that represents the footers in the specified section. | |
Headers | Returns a HeadersFooters collection that represents the headers for the specified section. | |
Index | Returns an Integer that represents the position of an item in a collection. | |
PageSetup | Returns a PageSetup object that's associated with the specified section. | |
Parent | Returns an object that represents the parent object of the specified object. | |
ProtectedForForms | True if the specified section is protected for forms. When a section is protected for forms, you can select and modify text only in form fields. | |
Range | Returns a Range object that represents the portion of a document that's contained in the specified object. |
Top