Back to Devexpress

UpdateTableOfFiguresCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-34f6a3db.md

latest2.2 KB
Original Source

UpdateTableOfFiguresCommand Class

Updates a Table of Figures to reflect the changes made to figure captions.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class UpdateTableOfFiguresCommand :
    UpdateTableOfContentsCommand
vb
Public Class UpdateTableOfFiguresCommand
    Inherits UpdateTableOfContentsCommand

Remarks

The following image illustrates the corresponding option on the application toolbar.

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand DevExpress.XtraRichEdit.Commands.FieldBasedRichEditMenuItemSimpleCommand UpdateTableOfContentsCommand UpdateTableOfFiguresCommand

See Also

UpdateTableOfFiguresCommand Members

InsertTableOfFiguresCommand

DevExpress.XtraRichEdit.Commands Namespace