Package net.sf.jasperreports.pdf.common
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 boolean
getAwtIgnoreMissingFont()
boolean
getIndentFirstLine()
boolean
getJustifyLastLine()
boolean
getLegacyTextMeasuringFix()
JRPrintText
getPrintText()
JRStyledText
getStyledText()
Locale
getTextLocale()
-
-
-
Method Detail
-
getPrintText
JRPrintText getPrintText()
-
getStyledText
JRStyledText getStyledText()
-
getTextLocale
Locale getTextLocale()
-
getAwtIgnoreMissingFont
boolean getAwtIgnoreMissingFont()
-
getIndentFirstLine
boolean getIndentFirstLine()
-
getJustifyLastLine
boolean getJustifyLastLine()
-
getLegacyTextMeasuringFix
boolean getLegacyTextMeasuringFix()
-
-