You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
449 B
12 lines
449 B
package com.fr.plugin.core; |
|
|
|
import com.fr.report.cell.cellattr.CellGUIAttr; |
|
import com.fr.report.cell.cellattr.PageExportCellElement; |
|
import com.fr.report.fun.impl.AbstractPrintCellValueProvider; |
|
|
|
public class PrintCellValueProviderImpl extends AbstractPrintCellValueProvider { |
|
@Override |
|
public Object getCellValue(PageExportCellElement pageExportCellElement, CellGUIAttr cellGUIAttr, Object o, int i, int i1) { |
|
return null; |
|
} |
|
} |