Back to Devexpress

Section.LinkFooterToPrevious(HeaderFooterType) Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-section-dot-linkfootertoprevious-x28-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-headerfootertype-x29.md

latest2.3 KB
Original Source

Section.LinkFooterToPrevious(HeaderFooterType) Method

Establishes a link to the previous section’s footer so that they have the same content.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
void LinkFooterToPrevious(
    HeaderFooterType type
)
vb
Sub LinkFooterToPrevious(
    type As HeaderFooterType
)

Parameters

NameTypeDescription
typeHeaderFooterType

A HeaderFooterType enumeration member specifying the type of the header.

|

Remarks

You can use the Section.UnlinkFooterFromPrevious method to break the link, and the Section.IsFooterLinkedToPrevious method to tell whether such a link exists. The ToggleHeaderFooterLinkToPreviousCommand can also be utilized for linking/unlinking, but it is not available for the RichEditDocumentServer.

See Also

UnlinkFooterFromPrevious

ToggleHeaderFooterLinkToPreviousCommand

Section Interface

Section Members

DevExpress.XtraRichEdit.API.Native Namespace