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 interfaceJRPrintTextMethods in net.sf.jasperreports.engine with parameters of type TextFormat Modifier and Type Method Description voidJRPrintText. 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 classJRBasePrintTextFields in net.sf.jasperreports.engine.base declared as TextFormat Modifier and Type Field Description protected TextFormatJRBasePrintText. textFormatMethods in net.sf.jasperreports.engine.base with parameters of type TextFormat Modifier and Type Method Description voidJRBasePrintText. 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 classJRRecordedValuesPrintTextPrint text implementation that supports recorded values.classJRTemplatePrintTextImplementation ofJRPrintTextthat uses aJRTemplateTextinstance to store common attributes.classJRTemplateTextText element information shared by multiple print text objects.classSimpleTextFormatFields in net.sf.jasperreports.engine.fill with type parameters of type TextFormat Modifier and Type Field Description protected java.util.Map<Pair<JRStyle,TextFormat>,JRTemplateElement>JRFillTextField. textTemplatesMethods in net.sf.jasperreports.engine.fill that return TextFormat Modifier and Type Method Description protected TextFormatJRFillTextField. getTextFormat()Methods in net.sf.jasperreports.engine.fill with parameters of type TextFormat Modifier and Type Method Description voidJRTemplatePrintText. setTextFormat(TextFormat textFormat)voidJRTemplateText. setTextFormat(TextFormat textFormat)
-