Section.BeginUpdateFooter() Method
In This Article
Starts editing the document's footer for the current section.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Returns
Type | Description |
---|---|
Sub |
A Sub |
#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