canvas-editor-pdf
Version:
pdf exporter to canvas-editor
21 lines (20 loc) • 468 B
TypeScript
export declare enum MaxHeightRatio {
HALF = "half",
ONE_THIRD = "one-third",
QUARTER = "quarter"
}
export declare enum NumberType {
ARABIC = "arabic",
CHINESE = "chinese"
}
export declare enum ImageDisplay {
INLINE = "inline",
BLOCK = "block",
SURROUND = "surround",
FLOAT_TOP = "float-top",
FLOAT_BOTTOM = "float-bottom"
}
export declare enum LocationPosition {
BEFORE = "before",
AFTER = "after"
}