public interface JRMeasuredText
text measurer
.JRTextMeasurer.measure(net.sf.jasperreports.engine.util.JRStyledText, int, int, boolean)
Modifier and Type | Method and Description |
---|---|
float |
getLeadingOffset()
Returns the text leading offset.
|
short[] |
getLineBreakOffsets()
Returns the line break offsets as required for
JRPrintText.getLineBreakOffsets() . |
float |
getLineSpacingFactor()
Return the line spacing factor for the text.
|
float |
getTextHeight()
Returns the text's measure height.
|
int |
getTextOffset()
Returns the offset up to which text fitted.
|
String |
getTextSuffix()
Returns the suffix that was appended to the text
(after
getTextOffset() ). |
float |
getTextWidth()
Returns the text's measure width.
|
boolean |
isLeftToRight()
Returns whether the text was determined to be left to right or not.
|
float getLeadingOffset()
float getLineSpacingFactor()
float getTextWidth()
float getTextHeight()
int getTextOffset()
boolean isLeftToRight()
String getTextSuffix()
getTextOffset()
).short[] getLineBreakOffsets()
JRPrintText.getLineBreakOffsets()
.Copyright © 2017. All rights reserved.