org.apache.poi.xwpf.converter.core.openxmlformats.styles
Class ValueProviderHelper

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.openxmlformats.styles.ValueProviderHelper

public class ValueProviderHelper
extends Object


Constructor Summary
ValueProviderHelper()
           
 
Method Summary
static String getKey(Class valueProvider, XWPFStylesDocument stylesDocument, String styleId, org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType.Enum type)
           
static StringBuilder getKeyBuffer(Class valueProvider, XWPFStylesDocument stylesDocument, String styleId, org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType.Enum type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueProviderHelper

public ValueProviderHelper()
Method Detail

getKey

public static String getKey(Class valueProvider,
                            XWPFStylesDocument stylesDocument,
                            String styleId,
                            org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType.Enum type)

getKeyBuffer

public static StringBuilder getKeyBuffer(Class valueProvider,
                                         XWPFStylesDocument stylesDocument,
                                         String styleId,
                                         org.openxmlformats.schemas.wordprocessingml.x2006.main.STTblStyleOverrideType.Enum type)


Copyright © 2013. All rights reserved.