org.apache.tika.parser.microsoft
Class WordExtractor.TagAndStyle

java.lang.Object
  extended by org.apache.tika.parser.microsoft.WordExtractor.TagAndStyle
Enclosing class:
WordExtractor

public static class WordExtractor.TagAndStyle
extends Object


Constructor Summary
WordExtractor.TagAndStyle(String tag, String styleClass)
           
 
Method Summary
 String getStyleClass()
           
 String getTag()
           
 boolean isHeading()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordExtractor.TagAndStyle

public WordExtractor.TagAndStyle(String tag,
                                 String styleClass)
Method Detail

getTag

public String getTag()

getStyleClass

public String getStyleClass()

isHeading

public boolean isHeading()


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.