org.apache.poi.xwpf.converter.core.styles
Interface IValueProvider<Value,XWPElement>

All Known Implementing Classes:
AbstractIndentationParagraphValueProvider, AbstractParagraphBorderValueProvider, AbstractParagraphRunValueProvider, AbstractParagraphValueProvider, AbstractRunValueProvider, AbstractSpacingParagraphValueProvider, AbstractTableBorderValueProvider, AbstractTableCellBorderValueProvider, AbstractTableCellMarginValueProvider, AbstractTableCellValueProvider, AbstractTablelMarginValueProvider, AbstractTableRowExValueProvider, AbstractTableRowMarginValueProvider, AbstractTableRowValueProvider, AbstractTableValueProvider, AbstractValueProvider, ParagraphAlignmentValueProvider, ParagraphBackgroundColorValueProvider, ParagraphBorderBottomValueProvider, ParagraphBorderLeftValueProvider, ParagraphBorderRightValueProvider, ParagraphBorderTopValueProvider, ParagraphIndentationFirstLineValueProvider, ParagraphIndentationHangingValueProvider, ParagraphIndentationLeftValueProvider, ParagraphIndentationRightValueProvider, ParagraphKeepNextValueProvider, ParagraphLineSpacingValueProvider, ParagraphNumPrValueProvider, ParagraphSpacingAfterValueProvider, ParagraphSpacingBeforeValueProvider, ParagraphTabsValueProvider, RunBackgroundColorValueProvider, RunFontColorValueProvider, RunFontFamilyAsciiValueProvider, RunFontFamilyEastAsiaValueProvider, RunFontFamilyHAnsiValueProvider, RunFontFamilyValueProvider, RunFontSizeValueProvider, RunFontStyleBoldValueProvider, RunFontStyleItalicValueProvider, RunFontStyleStrikeValueProvider, RunTextHighlightingValueProvider, RunUnderlineValueProvider, TableAlignmentValueProvider, TableBorderBottomValueProvider, TableBorderInsideHValueProvider, TableBorderInsideVValueProvider, TableBorderLeftValueProvider, TableBorderRightValueProvider, TableBordersValueProvider, TableBorderTopValueProvider, TableCellBackgroundColorValueProvider, TableCellBorderBottomValueProvider, TableCellBorderInsideHValueProvider, TableCellBorderInsideVValueProvider, TableCellBorderLeftValueProvider, TableCellBorderRightValueProvider, TableCellBorderTopValueProvider, TableCellGridSpanValueProvider, TableCellMarginBottomValueProvider, TableCellMarginLeftValueProvider, TableCellMarginRightValueProvider, TableCellMarginTopValueProvider, TableCellNoWrapValueProvider, TableCellTextDirectionValueProvider, TableCellVerticalAlignmentValueProvider, TableCellVMergeValueProvider, TableCellWidthValueProvider, TableIndentationValueProvider, TableMarginBottomValueProvider, TableMarginLeftValueProvider, TableMarginRightValueProvider, TableMarginTopValueProvider, TableRowHeaderValueProvider, TableRowHeightValueProvider, TableRowMarginBottomValueProvider, TableRowMarginLeftValueProvider, TableRowMarginRightValueProvider, TableRowMarginTopValueProvider, TableWidthValueProvider

public interface IValueProvider<Value,XWPElement>


Method Summary
 Value getValue(XWPElement element, XWPFStylesDocument styleManager)
           
 

Method Detail

getValue

Value getValue(XWPElement element,
               XWPFStylesDocument styleManager)


Copyright © 2013. All rights reserved.