public class XSSFDxfStyleProvider extends java.lang.Object implements DifferentialStyleProvider
Constructor and Description |
---|
XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf dxf,
int stripeSize,
IndexedColorMap colorMap) |
Modifier and Type | Method and Description |
---|---|
BorderFormatting |
getBorderFormatting() |
FontFormatting |
getFontFormatting() |
ExcelNumberFormat |
getNumberFormat() |
PatternFormatting |
getPatternFormatting() |
int |
getStripeSize()
This is the number of rows or columns in a band or stripe.
|
public XSSFDxfStyleProvider(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf dxf, int stripeSize, IndexedColorMap colorMap)
dxf
- stripeSize
- 0 for non-stripe styles, > 1 for stripescolorMap
- public BorderFormatting getBorderFormatting()
getBorderFormatting
in interface DifferentialStyleProvider
null
otherwisepublic FontFormatting getFontFormatting()
getFontFormatting
in interface DifferentialStyleProvider
null
otherwisepublic ExcelNumberFormat getNumberFormat()
getNumberFormat
in interface DifferentialStyleProvider
public PatternFormatting getPatternFormatting()
getPatternFormatting
in interface DifferentialStyleProvider
null
otherwisepublic int getStripeSize()
DifferentialStyleProvider
getStripeSize
in interface DifferentialStyleProvider
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.