public class WordDocExtractor
extends org.apache.tika.parser.microsoft.WordExtractor
Modifier and Type | Field and Description |
---|---|
static float |
TWIPS_PER_INCH |
static int |
TWIPS_PER_PIXEL |
Constructor and Description |
---|
WordDocExtractor(org.apache.tika.parser.ParseContext context) |
Modifier and Type | Method and Description |
---|---|
static org.apache.tika.parser.microsoft.WordExtractor.TagAndStyle |
buildParagraphTagAndStyle(java.lang.String styleName,
int hlevel,
boolean isTable)
Given a style name, return what tag should be used, and what style should be applied to it.
|
java.lang.String |
getCssStyles() |
static java.lang.String |
ico24ToHtml(int ico24) |
public static final float TWIPS_PER_INCH
public static final int TWIPS_PER_PIXEL
public WordDocExtractor(org.apache.tika.parser.ParseContext context)
public static java.lang.String ico24ToHtml(int ico24)
public java.lang.String getCssStyles()
public static org.apache.tika.parser.microsoft.WordExtractor.TagAndStyle buildParagraphTagAndStyle(java.lang.String styleName, int hlevel, boolean isTable)