Back to Devexpress

InsertTablesCaptionCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-e32696cc.md

latest2.0 KB
Original Source

InsertTablesCaptionCommand Class

Adds a caption (numbered label) to a table.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class InsertTablesCaptionCommand :
    InsertCaptionCommandBase
vb
Public Class InsertTablesCaptionCommand
    Inherits InsertCaptionCommandBase

Inheritance

Show 11 items

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand MultiCommand DevExpress.XtraRichEdit.Commands.TransactedMultiCommand DevExpress.XtraRichEdit.Commands.TransactedInsertObjectCommand DevExpress.XtraRichEdit.Commands.InsertCaptionCommandBase InsertTablesCaptionCommand

See Also

InsertTablesCaptionCommand Members

InsertTableOfTablesCommand

DevExpress.XtraRichEdit.Commands Namespace