org.apache.poi.xwpf.converter.core.utils
Class StylesHelper

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.utils.StylesHelper

public class StylesHelper
extends Object


Constructor Summary
StylesHelper()
           
 
Method Summary
static org.apache.poi.xwpf.usermodel.XWPFTableCell getEmbeddedTableCell(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
           
static List<String> getStyleIDs(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StylesHelper

public StylesHelper()
Method Detail

getStyleIDs

public static List<String> getStyleIDs(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)

getEmbeddedTableCell

public static org.apache.poi.xwpf.usermodel.XWPFTableCell getEmbeddedTableCell(org.apache.poi.xwpf.usermodel.XWPFParagraph paragraph)


Copyright © 2013. All rights reserved.