Uses of Class
net.sf.jasperreports.engine.JRStyledTextAttributeSelector
Packages that use JRStyledTextAttributeSelector
Package
Description
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.
Contains base implementations for the library's main interfaces.
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Contains utility classes for the core library.
-
Uses of JRStyledTextAttributeSelector in net.sf.jasperreports.engine
Fields in net.sf.jasperreports.engine declared as JRStyledTextAttributeSelectorModifier and TypeFieldDescriptionprotected JRStyledTextAttributeSelectorJRAbstractExporter.allSelectorprotected JRStyledTextAttributeSelectorJRAbstractExporter.noBackcolorSelectorprotected JRStyledTextAttributeSelectorJRAbstractExporter.noneSelectorMethods in net.sf.jasperreports.engine that return JRStyledTextAttributeSelectorModifier and TypeMethodDescriptionJRStyledTextAttributeSelector.getAllSelector(JasperReportsContext jasperReportsContext) Selects all styled text attributes, i.e.JRStyledTextAttributeSelector.getNoBackcolorSelector(JasperReportsContext jasperReportsContext) Selects all styled text attribute except backcolor, i.e.JRStyledTextAttributeSelector.getNoneSelector(JasperReportsContext jasperReportsContext) Doesn't select any styled text attribute.Methods in net.sf.jasperreports.engine with parameters of type JRStyledTextAttributeSelectorModifier and TypeMethodDescriptionJRPrintText.getFullStyledText(JRStyledTextAttributeSelector attributeSelector) Returns the full styled text of this object. -
Uses of JRStyledTextAttributeSelector in net.sf.jasperreports.engine.base
Methods in net.sf.jasperreports.engine.base with parameters of type JRStyledTextAttributeSelectorModifier and TypeMethodDescriptionJRBasePrintText.getFullStyledText(JRStyledTextAttributeSelector attributeSelector) -
Uses of JRStyledTextAttributeSelector in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export declared as JRStyledTextAttributeSelectorModifier and TypeFieldDescriptionprotected final JRStyledTextAttributeSelectorAwtTextRenderer.noBackcolorSelector -
Uses of JRStyledTextAttributeSelector in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill with parameters of type JRStyledTextAttributeSelectorModifier and TypeMethodDescriptionJRTemplatePrintText.getFullStyledText(JRStyledTextAttributeSelector attributeSelector) -
Uses of JRStyledTextAttributeSelector in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRStyledTextAttributeSelectorModifier and TypeMethodDescriptionJRStyledTextUtil.getProcessedStyledText(JRPrintText printText, JRStyledTextAttributeSelector attributeSelector, String exporterKey) protected JRStyledTextJRStyledTextUtil.getStyledText(JRPrintText printText, String text, JRStyledTextAttributeSelector attributeSelector, Locale locale) JRStyledTextUtil.getStyledText(JRPrintText printText, JRStyledTextAttributeSelector attributeSelector)