Skip to main content
A newer version of this page is available.

SnapSection Methods

A section within a Snap document.
Name Description
BeginUpdateFooter() Starts editing the document’s footer for the current section.
BeginUpdateFooter(HeaderFooterType) Starts editing the document’s footer for the current section.
BeginUpdateHeader() Ends editing the document’s footer for the current section.
BeginUpdateHeader(HeaderFooterType) Ends editing the document’s footer for the current section.
EndUpdateFooter(SubDocument) Finalizes editing of the section’s footer. Inherited from Section.
EndUpdateHeader(SubDocument) Finalizes editing of the section’s header. Inherited from Section.
HasFooter(HeaderFooterType) Gets whether a section has a footer of the specified type. Inherited from Section.
HasHeader(HeaderFooterType) Gets whether a section has a header of the specified type. Inherited from Section.
IsFooterLinkedToNext() 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. Inherited from Section.
IsFooterLinkedToNext(HeaderFooterType) 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. Inherited from Section.
IsFooterLinkedToPrevious() 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. Inherited from Section.
IsFooterLinkedToPrevious(HeaderFooterType) 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. Inherited from Section.
IsHeaderLinkedToNext() Indicates whether the Odd header of the current section is linked to the header of the next section, so they have the same content. Inherited from Section.
IsHeaderLinkedToNext(HeaderFooterType) 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. Inherited from Section.
IsHeaderLinkedToPrevious() 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. Inherited from Section.
IsHeaderLinkedToPrevious(HeaderFooterType) 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. Inherited from Section.
LinkFooterToNext() Establishes a link to the next section’s footer so that they have the same content. Inherited from Section.
LinkFooterToNext(HeaderFooterType) Establishes a link to the next section’s footer so that they have the same content. Inherited from Section.
LinkFooterToPrevious() Establishes a link to the previous section’s footer so that they have the same content. Inherited from Section.
LinkFooterToPrevious(HeaderFooterType) Establishes a link to the previous section’s footer so that they have the same content. Inherited from Section.
LinkHeaderToNext() Establishes a link to the next section’s header so that they have the same content. Inherited from Section.
LinkHeaderToNext(HeaderFooterType) Establishes a link to the next section’s header so that they have the same content. Inherited from Section.
LinkHeaderToPrevious() Establishes a link to the previous section’s header so that they have the same content. Inherited from Section.
LinkHeaderToPrevious(HeaderFooterType) Establishes a link to the previous section’s header of the specified type so that they have the same content. Inherited from Section.
UnlinkFooterFromNext() Breaks the link of the current section’s footer to the footer of the next section so that it can hold different content. Inherited from Section.
UnlinkFooterFromNext(HeaderFooterType) Breaks the link of the current section’s footer to the footer of the next section so that it can hold different content. Inherited from Section.
UnlinkFooterFromPrevious() Breaks the link of the current section’s footer to the footer of the previous section so that it can hold different content. Inherited from Section.
UnlinkFooterFromPrevious(HeaderFooterType) Breaks the link of the current section’s footer to the footer of the previous section so that it can hold different content. Inherited from Section.
UnlinkHeaderFromNext() Breaks the link of the current section’s header to the header of the next section so that it can hold different content. Inherited from Section.
UnlinkHeaderFromNext(HeaderFooterType) Breaks the link of the current section’s header to the header of the next section so that it can hold different content. Inherited from Section.
UnlinkHeaderFromPrevious() Breaks the link of the current section’s header to the header of the previous section so that it can hold different content. Inherited from Section.
UnlinkHeaderFromPrevious(HeaderFooterType) Breaks the link of the current section’s header to the header of the previous section so that it can hold different content. Inherited from Section.
See Also