Example usage for org.apache.poi.xwpf.usermodel XWPFNumbering subclass-usage

List of usage examples for org.apache.poi.xwpf.usermodel XWPFNumbering subclass-usage

Introduction

In this page you can find the example usage for org.apache.poi.xwpf.usermodel XWPFNumbering subclass-usage.

Usage

From source file org.apache.tika.parser.microsoft.ooxml.xwpf.XWPFNumberingShim.java

/**
 * Stub class of POI's XWPFNumbering because onDocumentRead() is protected
 */
public class XWPFNumberingShim extends XWPFNumbering {

    public XWPFNumberingShim(PackagePart part) throws IOException, OpenXML4JException {