devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
60 lines (59 loc) • 1.43 kB
TypeScript
export declare enum JSONEnumTable {
StyleIndex = 0,
NestedLevel = 1,
TableProperties = 2,
Index = 3,
PreferredWidth = 4,
LookTypes = 5,
ParentCell = 6,
Rows = 7
}
export declare enum JSONEnumTableProperty {
CellMargins = 0,
CellSpacing = 1,
Indent = 2,
PreferredWidth = 3,
Borders = 4,
TableStyleColBandSize = 5,
TableStyleRowBandSize = 6,
IsTableOverlap = 7,
AvoidDoubleBorders = 8,
LayoutType = 9,
TableLookTypes = 10,
ShadingInfo = 11,
TableRowAlignment = 12,
BottomFromText = 13,
LeftFromText = 14,
TopFromText = 15,
RightFromText = 16,
TableHorizontalPosition = 17,
TableVerticalPosition = 18,
HorizontalAlignMode = 19,
VerticalAlignMode = 20,
HorizontalAnchorType = 21,
VerticalAnchorType = 22,
TextWrapping = 23,
UseValue = 24,
ShadingInfoIndex = 25
}
export declare enum JSONEnumTableParentCellInfo {
CellIndex = 0,
RowIndex = 1,
TableIndex = 2
}
export declare enum JSONEnumClientTableInfo {
TablePosition = 0,
Position = 1,
Rows = 2,
TableInfo = 3
}
export declare enum JSONEnumClientTableFormatting {
TableProperties = 0,
StyleName = 1,
PreferredWidth = 2,
LookTypes = 3
}
export declare enum JSONEnumClientTablePosition {
ParagraphStartPosition = 0,
NestedLevel = 1
}