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() |
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 DifferentialStyleProviderpublic FontFormatting getFontFormatting()
getFontFormatting in interface DifferentialStyleProviderpublic ExcelNumberFormat getNumberFormat()
getNumberFormat in interface DifferentialStyleProviderpublic PatternFormatting getPatternFormatting()
getPatternFormatting in interface DifferentialStyleProviderpublic int getStripeSize()
getStripeSize in interface DifferentialStyleProvider