UNPKG

docx2html

Version:

a javascript docx converter to html based on docx4js

11 lines (8 loc) 226 B
import Converter from './converter' export default class Header extends Converter{ get wordType(){return 'header'} get tag(){return 'header'} _shouldIgnore(){ return this.wordModel.location!='default' } }