Class XWPFStylesShim

java.lang.Object
org.apache.tika.parser.microsoft.ooxml.xwpf.XWPFStylesShim

@Deprecated(since="2026-04-30") public class XWPFStylesShim extends Object
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
For Tika, all we need (so far) is a mapping between styleId and a style's name. 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.