Uses of Class
net.sf.jasperreports.engine.export.data.TextValue
-
Packages that use TextValue Package Description net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.engine.export.data Contains classes for handling data types at export time.net.sf.jasperreports.engine.export.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX. -
-
Uses of TextValue in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return TextValue Modifier and Type Method Description protected TextValue
JRAbstractExporter. getBooleanCellValue(JRPrintText text, String textStr)
protected TextValue
JRAbstractExporter. getDateCellValue(JRPrintText text, String textStr)
protected TextValue
JRAbstractExporter. getNumberCellValue(JRPrintText text, String textStr)
protected TextValue
JRAbstractExporter. getTextValue(JRPrintText text, String textStr)
protected TextValue
JRAbstractExporter. getTextValueString(JRPrintText text, String textStr)
-
Uses of TextValue in net.sf.jasperreports.engine.export.data
Subclasses of TextValue in net.sf.jasperreports.engine.export.data Modifier and Type Class Description 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 that return TextValue Modifier and Type Method Description protected TextValue
XlsxMetadataExporter. getTextValue(JRPrintText text, String textStr, boolean useCurrentData)
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type TextValue Modifier and Type Method Description void
XlsxCellHelper. exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo)
void
XlsxCellHelper. exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)
void
XlsxCellHelper. exportHeader(JRLineBox box, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)
void
XlsxCellHelper. exportHeader(JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, String pattern, Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)
-