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()java.util.LocalegetTextLocale()
-
-
-
Method Detail
-
getPrintText
JRPrintText getPrintText()
-
getStyledText
JRStyledText getStyledText()
-
getTextLocale
java.util.Locale getTextLocale()
-
getAwtIgnoreMissingFont
boolean getAwtIgnoreMissingFont()
-
getIndentFirstLine
boolean getIndentFirstLine()
-
getJustifyLastLine
boolean getJustifyLastLine()
-
getLegacyTextMeasuringFix
boolean getLegacyTextMeasuringFix()
-
-