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

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
              extended by org.apache.poi.xwpf.converter.core.styles.paragraph.ParagraphBorderBottomValueProvider
All Implemented Interfaces:
IValueProvider<org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder,org.apache.poi.xwpf.usermodel.XWPFParagraph>

public class ParagraphBorderBottomValueProvider
extends AbstractParagraphBorderValueProvider


Field Summary
static ParagraphBorderBottomValueProvider INSTANCE
           
 
Constructor Summary
ParagraphBorderBottomValueProvider()
           
 
Method Summary
protected  org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorder(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPBdr border)
           
 
Methods inherited from class org.apache.poi.xwpf.converter.core.styles.paragraph.AbstractParagraphBorderValueProvider
getValue
 
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
 

Field Detail

INSTANCE

public static final ParagraphBorderBottomValueProvider INSTANCE
Constructor Detail

ParagraphBorderBottomValueProvider

public ParagraphBorderBottomValueProvider()
Method Detail

getBorder

protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBorder getBorder(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPBdr border)
Specified by:
getBorder in class AbstractParagraphBorderValueProvider


Copyright © 2013. All rights reserved.