Section.EndUpdateHeader(SubDocument) Method
Finalizes editing of the section's header.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v20.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
document | SubDocument | A SubDocument instance, representing the header open for editing. |
Remarks
Use the Section.BeginUpdateHeader - Section.EndUpdateHeader method pair to edit header content.
Examples
NOTE
A complete sample project is available at https://github.com/DevExpress-Examples/word-processing-document-api-examples-t418535
See Also
Feedback