devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
12 lines (11 loc) • 678 B
TypeScript
import { ConditionalTableStyleFormatting } from '../../../../../../common/model/tables/secondary-structures/table-base-structures';
import { XmlReader } from '../../../zip/xml-reader';
import { ElementHandlerTable } from '../destination';
import { StyleDestinationBase } from './style-destination-base';
export declare class StyleConditionalTableFormatting extends StyleDestinationBase {
static condtionTypesTable: Record<string, ConditionalTableStyleFormatting>;
private conditionType;
protected get elementHandlerTable(): ElementHandlerTable;
processElementOpen(reader: XmlReader): Promise<void>;
processElementClose(reader: XmlReader): void;
}