Package net.sf.jasperreports.export.pdf
Interface PdfTextRendererContext
-
public interface PdfTextRendererContext- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAwtIgnoreMissingFont()booleangetIndentFirstLine()booleangetJustifyLastLine()booleangetLegacyTextMeasuringFix()JRPrintTextgetPrintText()JRStyledTextgetStyledText()LocalegetTextLocale()
-
-
-
Method Detail
-
getPrintText
JRPrintText getPrintText()
-
getStyledText
JRStyledText getStyledText()
-
getTextLocale
Locale getTextLocale()
-
getAwtIgnoreMissingFont
boolean getAwtIgnoreMissingFont()
-
getIndentFirstLine
boolean getIndentFirstLine()
-
getJustifyLastLine
boolean getJustifyLastLine()
-
getLegacyTextMeasuringFix
boolean getLegacyTextMeasuringFix()
-
-