UNPKG

devexpress-richedit

Version:

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

13 lines (12 loc) 557 B
import { XmlReader } from '../../../zip/xml-reader'; import { LeafElementDestination } from '../destination'; export declare class Base64Binary { private static _keyStr; static decodeArrayBuffer(base64: string): ArrayBuffer; static decode(base64: string, arrayBuffer?: ArrayBuffer): Uint8Array; static getBitesFromInt(num: number): Uint8Array; private static removePaddingChars; } export declare class DocumentProtectionDestination extends LeafElementDestination { processElementOpen(reader: XmlReader): Promise<void>; }