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 TextValueJRAbstractExporter. getBooleanCellValue(JRPrintText text, java.lang.String textStr)protected TextValueJRAbstractExporter. getDateCellValue(JRPrintText text, java.lang.String textStr)protected TextValueJRAbstractExporter. getNumberCellValue(JRPrintText text, java.lang.String textStr)protected TextValueJRAbstractExporter. getTextValue(JRPrintText text, java.lang.String textStr)protected TextValueJRAbstractExporter. getTextValueString(JRPrintText text, java.lang.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 classBooleanTextValueclassDateTextValueclassNumberTextValueclassStringTextValue -
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 TextValueXlsxMetadataExporter. getTextValue(JRPrintText text, java.lang.String textStr, boolean useCurrentData)Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type TextValue Modifier and Type Method Description voidXlsxCellHelper. exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, java.lang.String pattern, java.util.Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo)voidXlsxCellHelper. exportHeader(JRExporterGridCell gridCell, JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, java.lang.String pattern, java.util.Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)voidXlsxCellHelper. exportHeader(JRLineBox box, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, java.lang.String pattern, java.util.Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)voidXlsxCellHelper. exportHeader(JRPrintElement element, int rowIndex, int colIndex, int maxColIndex, TextValue textValue, java.lang.String pattern, java.util.Locale locale, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, RotationEnum rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)
-