Section Methods
An interface that defines a section within a document.Name | Description |
---|---|
Begin |
Starts editing the primary footer for the current section. |
Begin |
Starts editing the document’s footer of the specified type. |
Begin |
Starts editing the primary header for the current section. |
Begin |
Starts editing the document’s header of the specified type. |
End |
Finalizes editing of the section’s footer. |
End |
Finalizes editing of the section’s header. |
Has |
Gets whether a section has a footer of the specified type. |
Has |
Gets whether a section has a header of the specified type. |
Is |
Indicates whether the footer of the specified type for the current section is linked to the footer of the next section, so they have the same content. |
Is |
Indicates whether the footer of the specified type for the current section is linked to the footer of the next section, so they have the same content. |
Is |
Indicates whether the footer of the specified type for the current section is linked to the footer of the previous section so that they have the same content. |
Is |
Indicates whether the footer of the specified type for the current section is linked to the footer of the previous section so that they have the same content. |
Is |
Indicates whether the Odd header of the current section is linked to the header of the next section, so they have the same content. |
Is |
Indicates whether the header of the specified type for the current section is linked to the header of the next section, so they have the same content. |
Is |
Indicates whether the Odd header of the current section is linked to the header of the previous section so that they have the same content. |
Is |
Indicates whether the header of the specified type for the current section is linked to the header of the previous section so that they have the same content. |
Link |
Establishes a link to the next section’s footer so that they have the same content. |
Link |
Establishes a link to the next section’s footer so that they have the same content. |
Link |
Establishes a link to the previous section’s footer so that they have the same content. |
Link |
Establishes a link to the previous section’s footer so that they have the same content. |
Link |
Establishes a link to the next section’s header so that they have the same content. |
Link |
Establishes a link to the next section’s header so that they have the same content. |
Link |
Establishes a link to the previous section’s header so that they have the same content. |
Link |
Establishes a link to the previous section’s header of the specified type so that they have the same content. |
Unlink |
Breaks the link of the current section’s footer to the footer of the next section so that it can hold different content. |
Unlink |
Breaks the link of the current section’s footer to the footer of the next section so that it can hold different content. |
Unlink |
Breaks the link of the current section’s footer to the footer of the previous section so that it can hold different content. |
Unlink |
Breaks the link of the current section’s footer to the footer of the previous section so that it can hold different content. |
Unlink |
Breaks the link of the current section’s header to the header of the next section so that it can hold different content. |
Unlink |
Breaks the link of the current section’s header to the header of the next section so that it can hold different content. |
Unlink |
Breaks the link of the current section’s header to the header of the previous section so that it can hold different content. |
Unlink |
Breaks the link of the current section’s header to the header of the previous section so that it can hold different content. |
See Also