UNPKG

devexpress-richedit

Version:

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

23 lines (22 loc) 1.06 kB
export class DrawingValueConstants { static { this.ThousandthOfPercentage = 100000; } static { this.MinCoordinate = -27273042329600; } static { this.MaxCoordinate = 27273042316900; } static { this.OnePositiveFixedAngle = 60000; } static { this.MaxPositiveFixedAngle = 21600000; } static { this.MaxFixedAngle = 5400000; } static { this.MaxFOVAngle = 10800000; } static { this.MaxOutlineWidth = 20116800; } static { this.MaxPositiveCoordinate32 = 51206400; } static { this.MinTextIndentLevel = -2; } static { this.MaxTextIndentLevel = 8; } static { this.MaxTextSpacingPercent = 13200000; } static { this.MaxTextSpacingPoints = 158400; } static { this.MaxStartAtNumValue = 32767; } static { this.MinTextBulletSizePercent = 25000; } static { this.MaxTextBulletSizePercent = 400000; } static { this.MinTextBulletSizePoints = 100; } static { this.MaxTextBulletSizePoints = 400000; } static { this.MaxWidthInPoints = 1584; } static { this.EmusInPoint = 12700; } }