Uses of Interface
net.sf.jasperreports.engine.fill.TextFormat
-
Packages that use TextFormat 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.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.fill 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.engine Modifier and Type Interface Description interface
JRPrintText
Methods in net.sf.jasperreports.engine with parameters of type TextFormat Modifier and Type Method Description void
JRPrintText. setTextFormat(TextFormat textFormat)
-
Uses of TextFormat in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement TextFormat Modifier and Type Class Description class
JRBasePrintText
Fields in net.sf.jasperreports.engine.base declared as TextFormat Modifier and Type Field Description protected TextFormat
JRBasePrintText. textFormat
Methods in net.sf.jasperreports.engine.base with parameters of type TextFormat Modifier and Type Method Description void
JRBasePrintText. setTextFormat(TextFormat textFormat)
-
Uses of TextFormat in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement TextFormat Modifier and Type Class Description class
JRRecordedValuesPrintText
Print text implementation that supports recorded values.class
JRTemplatePrintText
Implementation ofJRPrintText
that uses aJRTemplateText
instance to store common attributes.class
JRTemplateText
Text element information shared by multiple print text objects.class
SimpleTextFormat
Fields in net.sf.jasperreports.engine.fill with type parameters of type TextFormat Modifier and Type Field Description protected Map<Pair<JRStyle,TextFormat>,JRTemplateElement>
JRFillTextField. textTemplates
Methods in net.sf.jasperreports.engine.fill that return TextFormat Modifier and Type Method Description protected TextFormat
JRFillTextField. getTextFormat()
Methods in net.sf.jasperreports.engine.fill with parameters of type TextFormat Modifier and Type Method Description void
JRTemplatePrintText. setTextFormat(TextFormat textFormat)
void
JRTemplateText. setTextFormat(TextFormat textFormat)
-