UNPKG

file2html-ooxml

Version:
10 lines (9 loc) 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function framePrStyle(style, attributes) { if (attributes['w:dropCap']) { style += 'float:left;'; } return style; } exports.default = framePrStyle;