Interface TableStyles

  • All Known Implementing Classes:
    EventTableStyles, SAXTableStyles

    public interface TableStyles
    Needed to retrieve styles, fonts, comments for a given table.
    • Method Detail

      • getStyle

        ICellStyle getStyle​(int row,
                            int column)
      • getFont

        ICellFont getFont​(int row,
                          int column)
      • getComment

        ICellComment getComment​(int row,
                                int column)
      • getFormula

        String getFormula​(int row,
                          int column)