UNPKG
file2html-ooxml
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
OOXML engine for file2html
github.com/file2html/file2html-ooxml
file2html/file2html-ooxml
file2html-ooxml
/
lib
/
word
/
styles
/
frame-pr.js
10 lines
(9 loc)
•
245 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
function
framePrStyle
(
style, attributes
) {
if
(attributes[
'w:dropCap'
]) { style +=
'float:left;'
; }
return
style; }
exports
.
default
= framePrStyle;