UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

9 lines (8 loc) 666 B
import { SectionColumnProperties } from '../../model/section/section-column-properties'; import { CommandBase, CommandOptions, CommandSimpleOptions, ICommandOptions } from '../command-base'; import { RulerSectionColumnsSettingsState } from '../command-states'; export declare class RulerSectionColumnsSettingsCommand extends CommandBase<RulerSectionColumnsSettingsState> { protected DEPRECATEDCorrectlMainCommandOptions(options: ICommandOptions): void; getState(options?: CommandOptions): RulerSectionColumnsSettingsState; executeCore(state: RulerSectionColumnsSettingsState, options: CommandSimpleOptions<SectionColumnProperties[]>): boolean; }