devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
14 lines (13 loc) • 456 B
TypeScript
export declare class DocumentProtectionSettings {
highlightRanges: boolean;
showBrackets: boolean;
rangeHighlightColor: string;
rangeHighlightBracketsColor: string;
authenticationEMail: string;
authenticationGroup: string;
authenticationUserName: string;
static readonly defaultColors: string[];
constructor();
copyFrom(obj: DocumentProtectionSettings): void;
clone(): DocumentProtectionSettings;
}