/** * @Author: yanxinaliang (rainyxlxl@163.com) * @Date: 2019/4/15 12:39 * @Last Modified by: yanxinaliang (rainyxlxl@163.com) * * @Last Modified time: 2019/4/15 12:39 * @disc:MessageTag */ export declare enum MessageTag { CreateFrame = 0, CreateFrameGroup = 1, SwitchToFrame = 2, Clear = 3, AllowHtmlAction = 4, DisAllowHtmlAction = 5, Scroll = 6, Delete = 7, Cursor = 8, Transform = 9, RemoveFrame = 12, Shape = 13, TurnPage = 14, Paste = 15, Cut = 16, UndoRedo = 17 }