|
|
|
@ -1,5 +1,6 @@
|
|
|
|
import { ElementType } from '../dataset/enum/Element'
|
|
|
|
import { ElementType } from '../dataset/enum/Element'
|
|
|
|
import { RowFlex } from '../dataset/enum/Row'
|
|
|
|
import { RowFlex } from '../dataset/enum/Row'
|
|
|
|
|
|
|
|
import { IControl } from './Control'
|
|
|
|
import { IColgroup } from './table/Colgroup'
|
|
|
|
import { IColgroup } from './table/Colgroup'
|
|
|
|
import { ITr } from './table/Tr'
|
|
|
|
import { ITr } from './table/Tr'
|
|
|
|
|
|
|
|
|
|
|
|
@ -57,6 +58,7 @@ export type IElement = IElementBasic
|
|
|
|
& IHyperlinkElement
|
|
|
|
& IHyperlinkElement
|
|
|
|
& ISuperscriptSubscript
|
|
|
|
& ISuperscriptSubscript
|
|
|
|
& ISeparator
|
|
|
|
& ISeparator
|
|
|
|
|
|
|
|
& { control?: IControl }
|
|
|
|
|
|
|
|
|
|
|
|
export interface IElementMetrics {
|
|
|
|
export interface IElementMetrics {
|
|
|
|
width: number;
|
|
|
|
width: number;
|
|
|
|
|