Skip to main content

Section.BeginUpdateFooter() Method

Starts editing the document's footer for the current section.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

SubDocument BeginUpdateFooter()

#Returns

Type Description
SubDocument

A SubDocument instance that is the header being edited.

#Remarks

Use the Section.BeginUpdateFooter - Section.EndUpdateFooter method pair to edit footer content. If the document has no footer as yet, this method creates a footer and opens it for editing. If different footers for the first, odd or even pages are specified, the BeginUpdateFooter method starts editing the odd footer.

You can use the Section.HasFooter property to determine whether the document already has a footer.

See Also