UNPKG

docx4js

Version:
13 lines 338 B
define(['../style','./list'],function(Super, List){ return Super.extend(function(){ Super.apply(this,arguments) },{ type:'style.numbering', getNumId: function(){ return this.wXml.$1('numId').attr('w:val') }, asNumberingStyle: function(){ return this.wDoc.style.get(List.asStyleId(this.getNumId())) } }) })