devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
65 lines (64 loc) • 1.38 kB
TypeScript
export declare enum SchemeColorValues {
Accent1 = 0,
Accent2 = 1,
Accent3 = 2,
Accent4 = 3,
Accent5 = 4,
Accent6 = 5,
Background1 = 6,
Background2 = 7,
Dark1 = 8,
Dark2 = 9,
FollowedHyperlink = 10,
Hyperlink = 11,
Light1 = 12,
Light2 = 13,
Style = 14,
Text1 = 15,
Text2 = 16,
Empty = 17
}
export declare enum SystemColorValues {
Sc3dDkShadow = 20,
Sc3dLight = 19,
ScActiveBorder = 21,
ScActiveCaption = 6,
ScAppWorkspace = 24,
ScBackground = 23,
ScBtnFace = 0,
ScBtnHighlight = 7,
ScBtnShadow = 8,
ScBtnText = 9,
ScCaptionText = 5,
ScGradientActiveCaption = -2,
ScGradientInactiveCaption = -3,
ScGrayText = 10,
ScHighlight = 3,
ScHighlightText = 4,
ScHotLight = -4,
ScInactiveBorder = 22,
ScInactiveCaption = 11,
ScInactiveCaptionText = 12,
ScInfoBk = 13,
ScInfoText = 14,
ScMenu = 2,
ScMenuBar = -5,
ScMenuHighlight = -6,
ScMenuText = 15,
ScScrollBar = 16,
ScWindow = 17,
ScWindowFrame = 18,
ScWindowText = 1,
Empty = -1
}
export declare enum XlFontSchemeStyles {
None = 0,
Minor = 1,
Major = 2
}
export declare enum StyleMatrixElementType {
None = 0,
Subtle = 1,
Moderate = 2,
Intense = 3
}