Back to Devexpress

Section.UnlinkFooterFromNext(HeaderFooterType) Method

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

latest1.8 KB
Original Source

Section.UnlinkFooterFromNext(HeaderFooterType) Method

Breaks the link of the current section’s footer to the footer of the next section so that it can hold different content.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Parameters

NameTypeDescription
typeHeaderFooterType

A HeaderFooterType enumeration member specifying the type of the footer for which the link is being broken.

|

Remarks

Use the Section.IsFooterLinkedToNext method to examine whether the link exists.

See Also

IsFooterLinkedToNext

Section Interface

Section Members

DevExpress.XtraRichEdit.API.Native Namespace