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 TypeClassDescriptionclassPrint text implementation that supports recorded values.classImplementation ofJRPrintTextthat uses aJRTemplateTextinstance to store common attributes.classText element information shared by multiple print text objects.classFields in net.sf.jasperreports.engine.fill with type parameters of type TextFormatModifier and TypeFieldDescriptionprotected final Map<Pair<JRStyle, TextFormat>, JRTemplateElement> JRFillTextField.textTemplatesMethods in net.sf.jasperreports.engine.fill that return TextFormatMethods in net.sf.jasperreports.engine.fill with parameters of type TextFormatModifier and TypeMethodDescriptionvoidJRTemplatePrintText.setTextFormat(TextFormat textFormat) voidJRTemplateText.setTextFormat(TextFormat textFormat)