public class XWPFStylesShim extends Object
This class uses SAX to scrape that info out of the styles.xml file. If either the styleId or the style's name is null, no information is recorded.
Modifier and Type | Field and Description |
---|---|
static XWPFStylesShim |
EMPTY_STYLES
Empty singleton to be used when there is no style info
|
Constructor and Description |
---|
XWPFStylesShim(org.apache.poi.openxml4j.opc.PackagePart part,
ParseContext parseContext) |
public static XWPFStylesShim EMPTY_STYLES
public XWPFStylesShim(org.apache.poi.openxml4j.opc.PackagePart part, ParseContext parseContext) throws IOException, TikaException, SAXException
IOException
TikaException
SAXException
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.