org.apache.poi.xwpf.converter.core.styles.paragraph
Class AbstractParagraphBorderValueProvider

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.styles.AbstractValueProvider<Value,org.apache.poi.xwpf.usermodel.XWPFParagraph>
      extended by org.apache.poi.xwpf.converter.core.styles.paragraph.AbstractParagraphValueProvider<org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder>
          extended by org.apache.poi.xwpf.converter.core.styles.paragraph.AbstractParagraphBorderValueProvider
All Implemented Interfaces:
IValueProvider<org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder,org.apache.poi.xwpf.usermodel.XWPFParagraph>
Direct Known Subclasses:
ParagraphBorderBottomValueProvider, ParagraphBorderLeftValueProvider, ParagraphBorderRightValueProvider, ParagraphBorderTopValueProvider

public abstract class AbstractParagraphBorderValueProvider
extends AbstractParagraphValueProvider<org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder>


Constructor Summary
AbstractParagraphBorderValueProvider()
           
 
Method Summary
protected abstract  org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorder(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPBdr border)
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.paragraph.AbstractParagraphValueProvider
getCTPPr, getCTPPr, getCTPPr, getCTPPr, getDefaultStyle, getParentTableCell, getStyleID, getValueFromDocDefaultsStyle, getValueFromElement, getValueFromStyle, getValueFromTableStyle
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.AbstractValueProvider
getDefaultValue, getKey, getKeyBuffer, getStaticValue, getValue, getValueFromDefaultStyle, getValueFromDocDefaultsStyle, getValueFromStyleIds, getValueFromStyles, internalGetValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractParagraphBorderValueProvider

public AbstractParagraphBorderValueProvider()
Method Detail

getValue

public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getValue(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr ppr)
Specified by:
getValue in class AbstractParagraphValueProvider<org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder>

getBorder

protected abstract org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorder(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPBdr border)


Copyright © 2013. All rights reserved.