Uses of Interface
net.sf.jasperreports.engine.fill.TextFormat
Packages that use TextFormat
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.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
-
Uses of TextFormat in net.sf.jasperreports.engine
Subinterfaces of TextFormat in net.sf.jasperreports.engineMethods in net.sf.jasperreports.engine with parameters of type TextFormat -
Uses of TextFormat in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement TextFormatFields in net.sf.jasperreports.engine.base declared as TextFormatMethods in net.sf.jasperreports.engine.base with parameters of type TextFormat -
Uses of TextFormat in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement TextFormatModifier and TypeClassDescriptionclass
Print text implementation that supports recorded values.class
Implementation ofJRPrintText
that uses aJRTemplateText
instance to store common attributes.class
Text element information shared by multiple print text objects.class
Fields in net.sf.jasperreports.engine.fill with type parameters of type TextFormatModifier and TypeFieldDescriptionprotected final Map
<Pair<JRStyle, TextFormat>, JRTemplateElement> JRFillTextField.textTemplates
Methods in net.sf.jasperreports.engine.fill that return TextFormatMethods in net.sf.jasperreports.engine.fill with parameters of type TextFormatModifier and TypeMethodDescriptionvoid
JRTemplatePrintText.setTextFormat
(TextFormat textFormat) void
JRTemplateText.setTextFormat
(TextFormat textFormat)