Uses of Class
net.sf.jasperreports.engine.export.data.TextValue

Packages that use TextValue
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats. 
net.sf.jasperreports.engine.export.data   
net.sf.jasperreports.engine.export.ooxml   
 

Uses of TextValue in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return TextValue
protected  TextValue JRAbstractExporter.getBooleanCellValue(JRPrintText text, java.lang.String textStr)
           
protected  TextValue JRAbstractExporter.getDateCellValue(JRPrintText text, java.lang.String textStr)
           
protected  TextValue JRAbstractExporter.getNumberCellValue(JRPrintText text, java.lang.String textStr)
           
protected  TextValue JRAbstractExporter.getTextValue(JRPrintText text, java.lang.String textStr)
           
protected  TextValue JRAbstractExporter.getTextValueString(JRPrintText text, java.lang.String textStr)
           
 

Uses of TextValue in net.sf.jasperreports.engine.export
 

Methods in net.sf.jasperreports.engine.export with parameters of type TextValue
protected  jxl.write.biff.CellValue JExcelApiExporter.getDetectedCellValue(int x, int y, JRPrintText textElement, TextValue textValue, JExcelApiExporter.StyleInfo baseStyle, boolean complexFormat)
           
protected  jxl.write.biff.CellValue JExcelApiMetadataExporter.getDetectedCellValue(int x, int y, JRPrintText textElement, TextValue textValue, JExcelApiMetadataExporter.StyleInfo baseStyle, boolean complexFormat)
           
protected  jxl.write.biff.CellValue JExcelApiExporter.getFormulaCellValue(int x, int y, JRPrintText textElement, TextValue textValue, java.lang.String formula, JExcelApiExporter.StyleInfo baseStyle, boolean complexFormat)
           
protected  jxl.write.biff.CellValue JExcelApiMetadataExporter.getFormulaCellValue(int x, int y, JRPrintText textElement, TextValue textValue, java.lang.String formula, JExcelApiMetadataExporter.StyleInfo baseStyle, boolean complexFormat)
           
 

Uses of TextValue in net.sf.jasperreports.engine.export.data
 

Subclasses of TextValue in net.sf.jasperreports.engine.export.data
 class BooleanTextValue
           
 class DateTextValue
           
 class NumberTextValue
           
 class StringTextValue
           
 

Uses of TextValue in net.sf.jasperreports.engine.export.ooxml
 

Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type TextValue
 void XlsxCellHelper.exportHeader(JRExporterGridCell gridCell, int rowIndex, int colIndex, TextValue textValue, java.lang.String pattern, java.util.Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com