UNPKG

devexpress-richedit

Version:

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

174 lines (173 loc) 4.19 kB
export declare enum DrawingEffectContainerType { Sibling = 0, Tree = 1 } export declare enum DrawingUnderlineFillType { Fill = 0, FollowsText = 1 } export declare enum DrawingFillType { Automatic = 0, None = 1, Solid = 2, Gradient = 3, Group = 4, Pattern = 5, Picture = 6 } export declare enum DrawingBulletType { Automatic = 0, Color = 1, Size = 2, Typeface = 3, Common = 4 } export declare enum DrawingStrokeUnderlineType { Automatic = 0, Outline = 1, FollowsText = 2 } export declare enum PresetCameraType { None = 0, LegacyObliqueTopLeft = 1, LegacyObliqueTop = 2, LegacyObliqueTopRight = 3, LegacyObliqueLeft = 4, LegacyObliqueFront = 5, LegacyObliqueRight = 6, LegacyObliqueBottomLeft = 7, LegacyObliqueBottom = 8, LegacyObliqueBottomRight = 9, LegacyPerspectiveTopLeft = 10, LegacyPerspectiveTop = 11, LegacyPerspectiveTopRight = 12, LegacyPerspectiveLeft = 13, LegacyPerspectiveFront = 14, LegacyPerspectiveRight = 15, LegacyPerspectiveBottomLeft = 16, LegacyPerspectiveBottom = 17, LegacyPerspectiveBottomRight = 18, OrthographicFront = 19, IsometricTopUp = 20, IsometricTopDown = 21, IsometricBottomUp = 22, IsometricBottomDown = 23, IsometricLeftUp = 24, IsometricLeftDown = 25, IsometricRightUp = 26, IsometricRightDown = 27, IsometricOffAxis1Left = 28, IsometricOffAxis1Right = 29, IsometricOffAxis1Top = 30, IsometricOffAxis2Left = 31, IsometricOffAxis2Right = 32, IsometricOffAxis2Top = 33, IsometricOffAxis3Left = 34, IsometricOffAxis3Right = 35, IsometricOffAxis3Bottom = 36, IsometricOffAxis4Left = 37, IsometricOffAxis4Right = 38, IsometricOffAxis4Bottom = 39, ObliqueTopLeft = 40, ObliqueTop = 41, ObliqueTopRight = 42, ObliqueLeft = 43, ObliqueRight = 44, ObliqueBottomLeft = 45, ObliqueBottom = 46, ObliqueBottomRight = 47, PerspectiveFront = 48, PerspectiveLeft = 49, PerspectiveRight = 50, PerspectiveAbove = 51, PerspectiveBelow = 52, PerspectiveAboveLeftFacing = 53, PerspectiveAboveRightFacing = 54, PerspectiveContrastingLeftFacing = 55, PerspectiveContrastingRightFacing = 56, PerspectiveHeroicLeftFacing = 57, PerspectiveHeroicRightFacing = 58, PerspectiveHeroicExtremeLeftFacing = 59, PerspectiveHeroicExtremeRightFacing = 60, PerspectiveRelaxed = 61, PerspectiveRelaxedModerately = 62 } export declare enum LightRigDirection { None = 0, Bottom = 1, BottomLeft = 2, BottomRight = 3, Left = 4, Right = 5, Top = 6, TopLeft = 7, TopRight = 8 } export declare enum LightRigPreset { None = 0, LegacyFlat1 = 1, LegacyFlat2 = 2, LegacyFlat3 = 3, LegacyFlat4 = 4, LegacyNormal1 = 5, LegacyNormal2 = 6, LegacyNormal3 = 7, LegacyNormal4 = 8, LegacyHarsh1 = 9, LegacyHarsh2 = 10, LegacyHarsh3 = 11, LegacyHarsh4 = 12, ThreePt = 13, Balanced = 14, Soft = 15, Harsh = 16, Flood = 17, Contrasting = 18, Morning = 19, Sunrise = 20, Sunset = 21, Chilly = 22, Freezing = 23, Flat = 24, TwoPt = 25, Glow = 26, BrightRoom = 27 } export declare enum PresetMaterialType { None = 0, LegacyMatte = 1, LegacyPlastic = 2, LegacyMetal = 3, LegacyWireframe = 4, Matte = 5, Plastic = 6, Metal = 7, WarmMatte = 8, TranslucentPowder = 9, Powder = 10, DarkEdge = 11, SoftEdge = 12, Clear = 13, Flat = 14, SoftMetal = 15 } export declare enum DrawingText3DType { Automatic = 0, Shape3D = 1, FlatText = 2 } export declare enum PresetBevelType { None = 0, RelaxedInset = 1, Circle = 2, Slope = 3, Cross = 4, Angle = 5, SoftRound = 6, Convex = 7, CoolSlant = 8, Divot = 9, Riblet = 10, HardEdge = 11, ArtDeco = 12 }