Package org.apache.poi.xssf.usermodel
Class XSSFDxfStyleProvider
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFDxfStyleProvider
-
- All Implemented Interfaces:
DifferentialStyleProvider
public class XSSFDxfStyleProvider extends Object implements DifferentialStyleProvider
Style based on a dxf record - e.g. table style element or conditional formatting rule
-
-
Constructor Summary
Constructors Constructor Description XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf dxf, int stripeSize, IndexedColorMap colorMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BorderFormattinggetBorderFormatting()FontFormattinggetFontFormatting()ExcelNumberFormatgetNumberFormat()PatternFormattinggetPatternFormatting()intgetStripeSize()
-
-
-
Constructor Detail
-
XSSFDxfStyleProvider
public XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf dxf, int stripeSize, IndexedColorMap colorMap)- Parameters:
stripeSize- 0 for non-stripe styles, > 1 for stripes
-
-
Method Detail
-
getBorderFormatting
public BorderFormatting getBorderFormatting()
- Specified by:
getBorderFormattingin interfaceDifferentialStyleProvider
-
getFontFormatting
public FontFormatting getFontFormatting()
- Specified by:
getFontFormattingin interfaceDifferentialStyleProvider
-
getNumberFormat
public ExcelNumberFormat getNumberFormat()
- Specified by:
getNumberFormatin interfaceDifferentialStyleProvider
-
getPatternFormatting
public PatternFormatting getPatternFormatting()
- Specified by:
getPatternFormattingin interfaceDifferentialStyleProvider
-
getStripeSize
public int getStripeSize()
- Specified by:
getStripeSizein interfaceDifferentialStyleProvider
-
-