Interface XDDFDataSource<T>

    • Method Detail

      • getPointCount

        int getPointCount()
      • getPointAt

        T getPointAt​(int index)
      • isLiteral

        boolean isLiteral()
        Since:
        POI 4.0.2
      • isCellRange

        boolean isCellRange()
        Since:
        POI 4.1.2
      • isReference

        boolean isReference()
      • isNumeric

        boolean isNumeric()
      • getColIndex

        int getColIndex()
      • getDataRangeReference

        String getDataRangeReference()
      • getFormula

        default String getFormula()
      • getFormatCode

        String getFormatCode()
      • fillNumericalCache

        @Internal
        default void fillNumericalCache​(org.openxmlformats.schemas.drawingml.x2006.chart.CTNumData cache)
        Since:
        POI 5.0.0
      • fillStringCache

        @Internal
        default void fillStringCache​(org.openxmlformats.schemas.drawingml.x2006.chart.CTStrData cache)
        Since:
        POI 4.1.2