Class XSSFTableStyle

  • All Implemented Interfaces:
    TableStyle

    public class XSSFTableStyle
    extends Object
    implements TableStyle
    TableStyle implementation for styles defined in the OOXML styles.xml. Also used for built-in styles via dummy XML generated from presetTableStyles.xml.
    • Constructor Detail

      • XSSFTableStyle

        public XSSFTableStyle​(int index,
                              org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxfs dxfs,
                              org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle tableStyle,
                              IndexedColorMap colorMap)
        Parameters:
        index - style definition index or built-in ordinal depending on use
        colorMap - indexed color map - default or custom
        See Also:
        TableStyle.getIndex()