public class JRBasePrintText extends JRBasePrintElement implements JRPrintText
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
anchorName |
protected int |
bookmarkLevel
The bookmark level for the anchor associated with this field.
|
protected java.lang.String |
fontName |
protected java.lang.Integer |
fontSize |
protected java.lang.String |
formatFactoryClass |
protected HorizontalAlignEnum |
horizontalAlignmentValue |
protected java.lang.String |
hyperlinkAnchor |
protected java.lang.Integer |
hyperlinkPage |
protected JRPrintHyperlinkParameters |
hyperlinkParameters |
protected java.lang.String |
hyperlinkReference |
protected java.lang.String |
hyperlinkTooltip |
protected java.lang.Boolean |
isBold |
protected java.lang.Boolean |
isItalic |
protected java.lang.Boolean |
isPdfEmbedded |
protected java.lang.Boolean |
isStrikeThrough |
protected java.lang.Boolean |
isUnderline |
protected float |
leadingOffset
Deprecated.
No longer used.
|
protected JRLineBox |
lineBox |
protected short[] |
lineBreakOffsets |
protected float |
lineSpacingFactor
Deprecated.
No longer used.
|
protected java.lang.String |
linkTarget |
protected java.lang.String |
linkType |
protected java.lang.String |
localeCode |
protected java.lang.String |
markup |
protected JRParagraph |
paragraph |
protected java.lang.String |
pattern |
protected java.lang.String |
pdfEncoding |
protected java.lang.String |
pdfFontName |
protected JRReportFont |
reportFont |
protected RotationEnum |
rotationValue |
protected RunDirectionEnum |
runDirectionValue |
protected java.lang.String |
text |
protected float |
textHeight |
protected java.lang.Integer |
textTruncateIndex |
protected java.lang.String |
textTruncateSuffix |
protected java.lang.String |
timeZoneId |
protected java.lang.String |
truncatedText |
protected java.lang.String |
valueClassName |
protected VerticalAlignEnum |
verticalAlignmentValue |
backcolor, defaultStyleProvider, forecolor, height, key, modeValue, origin, style, width, x, y
RUN_DIRECTION_LTR, RUN_DIRECTION_RTL, ZERO_LINE_BREAK_OFFSETS
HORIZONTAL_ALIGN_CENTER, HORIZONTAL_ALIGN_JUSTIFIED, HORIZONTAL_ALIGN_LEFT, HORIZONTAL_ALIGN_RIGHT, VERTICAL_ALIGN_BOTTOM, VERTICAL_ALIGN_JUSTIFIED, VERTICAL_ALIGN_MIDDLE, VERTICAL_ALIGN_TOP
DEFAULT_FONT_NAME, DEFAULT_FONT_SIZE, DEFAULT_PDF_EMBEDDED, DEFAULT_PDF_ENCODING, DEFAULT_PDF_FONT_NAME
MARKUP_HTML, MARKUP_NONE, MARKUP_RTF, MARKUP_STYLED_TEXT
Constructor and Description |
---|
JRBasePrintText(JRDefaultStyleProvider defaultStyleProvider) |
Modifier and Type | Method and Description |
---|---|
<T> void |
accept(PrintElementVisitor<T> visitor,
T arg)
Accepts a print element visitor.
|
void |
addHyperlinkParameter(JRPrintHyperlinkParameter parameter)
Adds a custom hyperlink parameter.
|
void |
copyBox(JRLineBox lineBox) |
void |
copyParagraph(JRParagraph paragraph) |
java.lang.String |
getAnchorName() |
int |
getBookmarkLevel()
Returns the level of the bookmark corresponding to the anchor.
|
byte |
getBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getBorderColor()
Deprecated.
Replaced by
getBox() |
byte |
getBottomBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getBottomBorderColor()
Deprecated.
Replaced by
getBox() |
int |
getBottomPadding()
Deprecated.
Replaced by
getBox() |
JRBox |
getBox()
Deprecated.
Replaced by
getLineBox() |
java.awt.Color |
getDefaultLineColor() |
JRFont |
getFont()
Deprecated.
|
java.lang.String |
getFontName() |
int |
getFontSize() |
java.lang.String |
getFormatFactoryClass()
Returns the name of the class implementing the
FormatFactory
interface to use with this text element, in case it is not the same as the one for the overall document. |
JRStyledText |
getFullStyledText(JRStyledTextAttributeSelector attributeSelector)
Returns the full styled text of this object.
|
java.lang.String |
getFullText()
Returns the full (not truncated) text of this object.
|
byte |
getHorizontalAlignment()
Deprecated.
Replaced by
getHorizontalAlignmentValue() . |
HorizontalAlignEnum |
getHorizontalAlignmentValue()
Gets the text horizontal alignment.
|
java.lang.String |
getHyperlinkAnchor() |
java.lang.Integer |
getHyperlinkPage() |
JRPrintHyperlinkParameters |
getHyperlinkParameters()
Returns the set of custom hyperlink parameters.
|
java.lang.String |
getHyperlinkReference() |
byte |
getHyperlinkTarget()
Deprecated.
Replaced by
getHyperlinkTargetValue() . |
HyperlinkTargetEnum |
getHyperlinkTargetValue() |
java.lang.String |
getHyperlinkTooltip()
Returns the hyperlink tooltip.
|
byte |
getHyperlinkType()
Deprecated.
Replaced by
getHyperlinkTypeValue() . |
HyperlinkTypeEnum |
getHyperlinkTypeValue()
Retrieves the hyperlink type for the element.
|
float |
getLeadingOffset()
Deprecated.
No longer used.
|
byte |
getLeftBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getLeftBorderColor()
Deprecated.
Replaced by
getBox() |
int |
getLeftPadding()
Deprecated.
Replaced by
getBox() |
JRLineBox |
getLineBox() |
short[] |
getLineBreakOffsets()
Returns the line break offsets for the text if saved during report fill.
|
byte |
getLineSpacing()
Deprecated.
Replaced by
#getParagraph()#getLineSpacing() . |
float |
getLineSpacingFactor()
Deprecated.
No longer used.
|
LineSpacingEnum |
getLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getLineSpacing() . |
java.lang.String |
getLinkTarget()
Returns the hyperlink target name.
|
java.lang.String |
getLinkType()
Returns the hyperlink type.
|
java.lang.String |
getLocaleCode()
Returns the code of the
java.util.Locale which was used
while formatting the source value of the text. |
java.lang.String |
getMarkup()
Returns the text markup.
|
ModeEnum |
getModeValue()
Returns the element transparency mode.
|
java.lang.String |
getOriginalText()
Returns the original text that was set in this object.
|
java.lang.Byte |
getOwnBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getOwnBorderColor()
Deprecated.
Replaced by
getBox() |
java.lang.Byte |
getOwnBottomBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getOwnBottomBorderColor()
Deprecated.
Replaced by
getBox() |
java.lang.Integer |
getOwnBottomPadding()
Deprecated.
Replaced by
getBox() |
java.lang.String |
getOwnFontName() |
java.lang.Integer |
getOwnFontSize() |
java.lang.Byte |
getOwnHorizontalAlignment()
Deprecated.
Replaced by
getOwnHorizontalAlignmentValue() . |
HorizontalAlignEnum |
getOwnHorizontalAlignmentValue() |
java.lang.Byte |
getOwnLeftBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getOwnLeftBorderColor()
Deprecated.
Replaced by
getBox() |
java.lang.Integer |
getOwnLeftPadding()
Deprecated.
Replaced by
getBox() |
java.lang.Byte |
getOwnLineSpacing()
Deprecated.
Replaced by
#getParagraph()#getOwnLineSpacing() . |
LineSpacingEnum |
getOwnLineSpacingValue()
Deprecated.
Replaced by
#getParagraph()#getOwnLineSpacing() . |
java.lang.String |
getOwnMarkup() |
java.lang.Integer |
getOwnPadding()
Deprecated.
Replaced by
getBox() |
java.lang.String |
getOwnPdfEncoding() |
java.lang.String |
getOwnPdfFontName() |
java.lang.Byte |
getOwnRightBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getOwnRightBorderColor()
Deprecated.
Replaced by
getBox() |
java.lang.Integer |
getOwnRightPadding()
Deprecated.
Replaced by
getBox() |
java.lang.Byte |
getOwnRotation()
Deprecated.
Replaced by
getOwnRotationValue() . |
RotationEnum |
getOwnRotationValue()
Gets the text own rotation.
|
java.lang.Integer |
getOwnSize()
Deprecated.
Replaced by
getOwnFontSize() . |
java.lang.Byte |
getOwnTopBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getOwnTopBorderColor()
Deprecated.
Replaced by
getBox() |
java.lang.Integer |
getOwnTopPadding()
Deprecated.
Replaced by
getBox() |
java.lang.Byte |
getOwnVerticalAlignment()
Deprecated.
Replaced by
getOwnVerticalAlignmentValue() . |
VerticalAlignEnum |
getOwnVerticalAlignmentValue() |
int |
getPadding()
Deprecated.
Replaced by
getBox() |
JRParagraph |
getParagraph() |
java.lang.String |
getPattern()
Returns the pattern used to format a value that was the source of this text.
|
java.lang.String |
getPdfEncoding() |
java.lang.String |
getPdfFontName() |
JRReportFont |
getReportFont() |
byte |
getRightBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getRightBorderColor()
Deprecated.
Replaced by
getBox() |
int |
getRightPadding()
Deprecated.
Replaced by
getBox() |
byte |
getRotation()
Deprecated.
Replaced by
getRotationValue() . |
RotationEnum |
getRotationValue()
Gets the text rotation.
|
byte |
getRunDirection()
Deprecated.
Replaced by
getRunDirectionValue() . |
RunDirectionEnum |
getRunDirectionValue()
Gets the text run direction.
|
int |
getSize()
Deprecated.
Replaced by
getFontSize() . |
JRStyledText |
getStyledText(JRStyledTextAttributeSelector attributeSelector)
Returns the styled text for this object.
|
java.lang.String |
getText()
Returns the possibly truncated (when
JRPrintText.getTextTruncateIndex() is not null) text of this object. |
byte |
getTextAlignment()
Deprecated.
Replaced by
getHorizontalAlignment() . |
float |
getTextHeight() |
java.lang.Integer |
getTextTruncateIndex()
Returns the index to which this object's text is to be truncated.
|
java.lang.String |
getTextTruncateSuffix()
Returns the suffix that is to be appended to the truncated text
(as returned by
JRPrintText.getText() . |
java.lang.String |
getTimeZoneId()
Returns the
ID of the java.util.TimeZone
used to format this text's date source value. |
byte |
getTopBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getTopBorderColor()
Deprecated.
Replaced by
getBox() |
int |
getTopPadding()
Deprecated.
Replaced by
getBox() |
java.lang.String |
getValueClassName()
Returns the type of the value which was used to generate this text.
|
byte |
getVerticalAlignment()
Deprecated.
Replaced by
getVerticalAlignmentValue() . |
VerticalAlignEnum |
getVerticalAlignmentValue()
Gets the text vertical alignment.
|
boolean |
isBold() |
boolean |
isItalic() |
java.lang.Boolean |
isOwnBold() |
java.lang.Boolean |
isOwnItalic() |
java.lang.Boolean |
isOwnPdfEmbedded() |
java.lang.Boolean |
isOwnStrikeThrough() |
java.lang.Boolean |
isOwnStyledText()
Deprecated.
Replaced by
getOwnMarkup() |
java.lang.Boolean |
isOwnUnderline() |
boolean |
isPdfEmbedded() |
boolean |
isStrikeThrough() |
boolean |
isStyledText()
Deprecated.
Replaced by
getMarkup() |
boolean |
isUnderline() |
void |
setAnchorName(java.lang.String anchorName) |
void |
setBold(boolean isBold) |
void |
setBold(java.lang.Boolean isBold)
Alternative setBold method which allows also to reset
the "own" isBold property.
|
void |
setBookmarkLevel(int bookmarkLevel)
Sets the boomark level for the anchor.
|
void |
setBorder(byte border)
Deprecated.
Replaced by
getBox() |
void |
setBorder(java.lang.Byte border)
Deprecated.
Replaced by
getBox() |
void |
setBorderColor(java.awt.Color borderColor)
Deprecated.
Replaced by
getBox() |
void |
setBottomBorder(byte bottomBorder)
Deprecated.
Replaced by
getBox() |
void |
setBottomBorder(java.lang.Byte bottomBorder)
Deprecated.
Replaced by
getBox() |
void |
setBottomBorderColor(java.awt.Color bottomBorderColor)
Deprecated.
Replaced by
getBox() |
void |
setBottomPadding(int bottomPadding)
Deprecated.
Replaced by
getBox() |
void |
setBottomPadding(java.lang.Integer bottomPadding)
Deprecated.
Replaced by
getBox() |
void |
setBox(JRBox box)
Deprecated.
Replaced by
copyBox(JRLineBox) |
void |
setFont(JRFont font)
Deprecated.
|
void |
setFontName(java.lang.String fontName) |
void |
setFontSize(int fontSize) |
void |
setFontSize(java.lang.Integer fontSize)
Alternative setSize method which allows also to reset
the "own" size property.
|
void |
setFormatFactoryClass(java.lang.String formatFactoryClass) |
void |
setHorizontalAlignment(byte horizontalAlignment)
Deprecated.
Replaced by
setHorizontalAlignment(HorizontalAlignEnum) . |
void |
setHorizontalAlignment(java.lang.Byte horizontalAlignment)
Deprecated.
Replaced by
setHorizontalAlignment(HorizontalAlignEnum) . |
void |
setHorizontalAlignment(HorizontalAlignEnum horizontalAlignmentValue)
Sets the text horizontal alignment.
|
void |
setHyperlinkAnchor(java.lang.String hyperlinkAnchor) |
void |
setHyperlinkPage(java.lang.Integer hyperlinkPage) |
void |
setHyperlinkPage(java.lang.String hyperlinkPage) |
void |
setHyperlinkParameters(JRPrintHyperlinkParameters hyperlinkParameters)
Sets the custom hyperlink parameters.
|
void |
setHyperlinkReference(java.lang.String hyperlinkReference) |
void |
setHyperlinkTarget(byte hyperlinkTarget)
Deprecated.
Replaced by
setHyperlinkTarget(HyperlinkTargetEnum) . |
void |
setHyperlinkTarget(HyperlinkTargetEnum hyperlinkTarget) |
void |
setHyperlinkTooltip(java.lang.String hyperlinkTooltip)
Sets the tooltip to be used for the hyperlink.
|
void |
setHyperlinkType(byte hyperlinkType)
Deprecated.
Replaced by
setHyperlinkType(HyperlinkTypeEnum) . |
void |
setHyperlinkType(HyperlinkTypeEnum hyperlinkType)
Sets the link type as a built-in hyperlink type.
|
void |
setItalic(boolean isItalic) |
void |
setItalic(java.lang.Boolean isItalic)
Alternative setItalic method which allows also to reset
the "own" isItalic property.
|
void |
setLeadingOffset(float leadingOffset)
Deprecated.
No longer used.
|
void |
setLeftBorder(byte leftBorder)
Deprecated.
Replaced by
getBox() |
void |
setLeftBorder(java.lang.Byte leftBorder)
Deprecated.
Replaced by
getBox() |
void |
setLeftBorderColor(java.awt.Color leftBorderColor)
Deprecated.
Replaced by
getBox() |
void |
setLeftPadding(int leftPadding)
Deprecated.
Replaced by
getBox() |
void |
setLeftPadding(java.lang.Integer leftPadding)
Deprecated.
Replaced by
getBox() |
void |
setLineBreakOffsets(short[] lineBreakOffsets)
Sets the line break offsets for the text.
|
void |
setLineSpacing(byte lineSpacing)
Deprecated.
Replaced by
#getParagraph()#setLineSpacing(LineSpacingEnum) . |
void |
setLineSpacing(java.lang.Byte lineSpacing)
Deprecated.
Replaced by
#getParagraph()#setLineSpacing(LineSpacingEnum) . |
void |
setLineSpacing(LineSpacingEnum lineSpacing)
Deprecated.
Replaced by
#getParagraph()#setLineSpacing(LineSpacingEnum) . |
void |
setLineSpacingFactor(float lineSpacingFactor)
Deprecated.
No longer used.
|
void |
setLinkTarget(java.lang.String linkTarget)
Sets the hyperlink target name.
|
void |
setLinkType(java.lang.String linkType)
Sets the hyperlink type.
|
void |
setLocaleCode(java.lang.String localeCode) |
void |
setMarkup(java.lang.String markup) |
void |
setPadding(int padding)
Deprecated.
Replaced by
getBox() |
void |
setPadding(java.lang.Integer padding)
Deprecated.
Replaced by
getBox() |
void |
setPattern(java.lang.String pattern) |
void |
setPdfEmbedded(boolean isPdfEmbedded) |
void |
setPdfEmbedded(java.lang.Boolean isPdfEmbedded)
Alternative setPdfEmbedded method which allows also to reset
the "own" isPdfEmbedded property.
|
void |
setPdfEncoding(java.lang.String pdfEncoding) |
void |
setPdfFontName(java.lang.String pdfFontName) |
void |
setReportFont(JRReportFont reportFont) |
void |
setRightBorder(byte rightBorder)
Deprecated.
Replaced by
getBox() |
void |
setRightBorder(java.lang.Byte rightBorder)
Deprecated.
Replaced by
getBox() |
void |
setRightBorderColor(java.awt.Color rightBorderColor)
Deprecated.
Replaced by
getBox() |
void |
setRightPadding(int rightPadding)
Deprecated.
Replaced by
getBox() |
void |
setRightPadding(java.lang.Integer rightPadding)
Deprecated.
Replaced by
getBox() |
void |
setRotation(byte rotation)
Deprecated.
Replaced by
setRotation(RotationEnum) . |
void |
setRotation(java.lang.Byte rotation)
Deprecated.
Replaced by
setRotation(RotationEnum) . |
void |
setRotation(RotationEnum rotationValue)
Sets the text rotation.
|
void |
setRunDirection(byte runDirection)
Deprecated.
Replaced by
setRunDirection(RunDirectionEnum) . |
void |
setRunDirection(RunDirectionEnum runDirectionValue)
Sets the text run direction.
|
void |
setSize(int size)
Deprecated.
Replaced by
setFontSize(int) . |
void |
setSize(java.lang.Integer size)
Deprecated.
Replaced by
setFontSize(Integer) . |
void |
setStrikeThrough(boolean isStrikeThrough) |
void |
setStrikeThrough(java.lang.Boolean isStrikeThrough)
Alternative setStrikeThrough method which allows also to reset
the "own" isStrikeThrough property.
|
void |
setStyledText(boolean isStyledText)
Deprecated.
Replaced by
setMarkup(String) |
void |
setStyledText(java.lang.Boolean isStyledText)
Deprecated.
Replaced by
setMarkup(String) |
void |
setText(java.lang.String text)
Set the text for this object.
|
void |
setTextAlignment(byte horizontalAlignment)
Deprecated.
Replaced by
setHorizontalAlignment(byte) . |
void |
setTextHeight(float textHeight) |
void |
setTextTruncateIndex(java.lang.Integer textTruncateIndex)
Sets the index to which this object's text is to be truncated.
|
void |
setTextTruncateSuffix(java.lang.String textTruncateSuffix)
Sets the suffix to be appended to the truncated text.
|
void |
setTimeZoneId(java.lang.String timeZoneId) |
void |
setTopBorder(byte topBorder)
Deprecated.
Replaced by
getBox() |
void |
setTopBorder(java.lang.Byte topBorder)
Deprecated.
Replaced by
getBox() |
void |
setTopBorderColor(java.awt.Color topBorderColor)
Deprecated.
Replaced by
getBox() |
void |
setTopPadding(int topPadding)
Deprecated.
Replaced by
getBox() |
void |
setTopPadding(java.lang.Integer topPadding)
Deprecated.
Replaced by
getBox() |
void |
setUnderline(boolean isUnderline) |
void |
setUnderline(java.lang.Boolean isUnderline)
Alternative setUnderline method which allows also to reset
the "own" isUnderline property.
|
void |
setValueClassName(java.lang.String valueClassName) |
void |
setVerticalAlignment(byte verticalAlignment)
Deprecated.
Replaced by
setVerticalAlignment(VerticalAlignEnum) . |
void |
setVerticalAlignment(java.lang.Byte verticalAlignment)
Deprecated.
Replaced by
setVerticalAlignment(VerticalAlignEnum) . |
void |
setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue)
Gets the text vertical alignment.
|
getBackcolor, getDefaultStyleProvider, getForecolor, getHeight, getKey, getMode, getOrigin, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, getParentProperties, getPropertiesMap, getStyle, getStyleNameReference, getWidth, getX, getY, hasProperties, setBackcolor, setForecolor, setHeight, setKey, setMode, setMode, setMode, setOrigin, setStyle, setWidth, setX, setY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHeight, getKey, getOrigin, getWidth, getX, getY, setHeight, setStyle, setWidth, setX, setY
getParentProperties, getPropertiesMap, hasProperties
getBackcolor, getForecolor, getMode, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, setBackcolor, setForecolor, setMode, setMode, setMode
getDefaultStyleProvider, getStyle, getStyleNameReference
protected java.lang.String text
protected java.lang.Integer textTruncateIndex
protected short[] lineBreakOffsets
protected java.lang.String textTruncateSuffix
protected transient java.lang.String truncatedText
protected float lineSpacingFactor
protected float leadingOffset
protected HorizontalAlignEnum horizontalAlignmentValue
protected VerticalAlignEnum verticalAlignmentValue
protected RotationEnum rotationValue
protected RunDirectionEnum runDirectionValue
protected float textHeight
protected java.lang.String markup
protected java.lang.String anchorName
protected java.lang.String linkType
protected java.lang.String linkTarget
protected java.lang.String hyperlinkReference
protected java.lang.String hyperlinkAnchor
protected java.lang.Integer hyperlinkPage
protected java.lang.String hyperlinkTooltip
protected JRPrintHyperlinkParameters hyperlinkParameters
protected int bookmarkLevel
JRAnchor.getBookmarkLevel()
protected JRLineBox lineBox
protected JRParagraph paragraph
protected JRReportFont reportFont
protected java.lang.String fontName
protected java.lang.Boolean isBold
protected java.lang.Boolean isItalic
protected java.lang.Boolean isUnderline
protected java.lang.Boolean isStrikeThrough
protected java.lang.Integer fontSize
protected java.lang.String pdfFontName
protected java.lang.String pdfEncoding
protected java.lang.Boolean isPdfEmbedded
protected java.lang.String valueClassName
protected java.lang.String pattern
protected java.lang.String formatFactoryClass
protected java.lang.String localeCode
protected java.lang.String timeZoneId
public JRBasePrintText(JRDefaultStyleProvider defaultStyleProvider)
public ModeEnum getModeValue()
JRCommonElement
getModeValue
in interface JRCommonElement
getModeValue
in class JRBasePrintElement
public java.lang.String getText()
JRPrintText
JRPrintText.getTextTruncateIndex()
is not null) text of this object.getText
in interface JRPrintText
JRPrintText.getFullText()
,
JRPrintText.getTextTruncateSuffix()
public void setText(java.lang.String text)
JRPrintText
setText
in interface JRPrintText
text
- the textJRPrintText.setTextTruncateIndex(Integer)
public java.lang.Integer getTextTruncateIndex()
JRPrintText
getTextTruncateIndex
in interface JRPrintText
JRTextElement.PROPERTY_PRINT_KEEP_FULL_TEXT
,
JRPrintText.getTextTruncateSuffix()
public void setTextTruncateIndex(java.lang.Integer textTruncateIndex)
JRPrintText
JRPrintText.getText()
or JRPrintText.getStyledText(JRStyledTextAttributeSelector)
are called.setTextTruncateIndex
in interface JRPrintText
textTruncateIndex
- the index to which this object's text is to be truncatedpublic java.lang.String getTextTruncateSuffix()
JRPrintText
JRPrintText.getText()
.getTextTruncateSuffix
in interface JRPrintText
JRTextElement.PROPERTY_TRUNCATE_SUFFIX
public void setTextTruncateSuffix(java.lang.String textTruncateSuffix)
JRPrintText
setTextTruncateSuffix
in interface JRPrintText
textTruncateSuffix
- the suffix to be appended to the truncated textJRPrintText.getTextTruncateSuffix()
public short[] getLineBreakOffsets()
JRPrintText
The array of offsets is incremental, each offset adds to the
previous value. I.e. the positions at which line breaks occur
are offset[0]
, offset[0] + offset[1]
,
offset[0] + offset[1] + offset[2]
and so on.
This array does not include positions for explicit line breaks in the text, i.e. for line breaks that occur due to new line characters in the text. The array only includes line break positions within a paragraph in the text.
If the text was meant to have saved line break offsets but no (non
explicit) breaks were detected (e.g. if the text is a single line),
this method will return a zero-length array. If the text was not meant
to include saved line breaks, the method will return null
.
getLineBreakOffsets
in interface JRPrintText
null
if no line break positions were saved during the fillJRTextElement.PROPERTY_SAVE_LINE_BREAKS
public void setLineBreakOffsets(short[] lineBreakOffsets)
JRPrintText
setLineBreakOffsets
in interface JRPrintText
lineBreakOffsets
- the line break offsetsJRPrintText.getLineBreakOffsets()
public java.lang.String getFullText()
JRPrintText
getFullText
in interface JRPrintText
JRPrintText.getText()
,
JRPrintText.getTextTruncateIndex()
public java.lang.String getOriginalText()
JRPrintText
getOriginalText
in interface JRPrintText
public JRStyledText getStyledText(JRStyledTextAttributeSelector attributeSelector)
JRPrintText
JRPrintText.getText()
.getStyledText
in interface JRPrintText
attributeSelector
- the styled text attribute selectorpublic JRStyledText getFullStyledText(JRStyledTextAttributeSelector attributeSelector)
JRPrintText
getFullStyledText
in interface JRPrintText
attributeSelector
- the styled text attribute selectorJRPrintText.getFullText()
public float getLineSpacingFactor()
getLineSpacingFactor
in interface JRPrintText
public void setLineSpacingFactor(float lineSpacingFactor)
setLineSpacingFactor
in interface JRPrintText
public float getLeadingOffset()
getLeadingOffset
in interface JRPrintText
public void setLeadingOffset(float leadingOffset)
setLeadingOffset
in interface JRPrintText
public byte getTextAlignment()
getHorizontalAlignment()
.getTextAlignment
in interface JRPrintText
public void setTextAlignment(byte horizontalAlignment)
setHorizontalAlignment(byte)
.setTextAlignment
in interface JRPrintText
public byte getHorizontalAlignment()
getHorizontalAlignmentValue()
.getHorizontalAlignment
in interface JRAlignment
public java.lang.Byte getOwnHorizontalAlignment()
getOwnHorizontalAlignmentValue()
.getOwnHorizontalAlignment
in interface JRAlignment
public HorizontalAlignEnum getHorizontalAlignmentValue()
JRAlignment
getHorizontalAlignmentValue
in interface JRAlignment
HorizontalAlignEnum
public HorizontalAlignEnum getOwnHorizontalAlignmentValue()
getOwnHorizontalAlignmentValue
in interface JRAlignment
public void setHorizontalAlignment(byte horizontalAlignment)
setHorizontalAlignment(HorizontalAlignEnum)
.setHorizontalAlignment
in interface JRAlignment
public void setHorizontalAlignment(java.lang.Byte horizontalAlignment)
setHorizontalAlignment(HorizontalAlignEnum)
.setHorizontalAlignment
in interface JRAlignment
public void setHorizontalAlignment(HorizontalAlignEnum horizontalAlignmentValue)
JRAlignment
setHorizontalAlignment
in interface JRAlignment
horizontalAlignmentValue
- a value representing one of the horizontal alignment constants in HorizontalAlignEnum
public byte getVerticalAlignment()
getVerticalAlignmentValue()
.getVerticalAlignment
in interface JRAlignment
public java.lang.Byte getOwnVerticalAlignment()
getOwnVerticalAlignmentValue()
.getOwnVerticalAlignment
in interface JRAlignment
public VerticalAlignEnum getVerticalAlignmentValue()
JRAlignment
getVerticalAlignmentValue
in interface JRAlignment
VerticalAlignEnum
public VerticalAlignEnum getOwnVerticalAlignmentValue()
getOwnVerticalAlignmentValue
in interface JRAlignment
public void setVerticalAlignment(byte verticalAlignment)
setVerticalAlignment(VerticalAlignEnum)
.setVerticalAlignment
in interface JRAlignment
public void setVerticalAlignment(java.lang.Byte verticalAlignment)
setVerticalAlignment(VerticalAlignEnum)
.setVerticalAlignment
in interface JRAlignment
public void setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue)
JRAlignment
setVerticalAlignment
in interface JRAlignment
verticalAlignmentValue
- a value representing one of the vertical alignment constants in VerticalAlignEnum
public byte getRotation()
getRotationValue()
.getRotation
in interface JRCommonText
public java.lang.Byte getOwnRotation()
getOwnRotationValue()
.getOwnRotation
in interface JRCommonText
getOwnRotation
in interface JRPrintText
public RotationEnum getRotationValue()
JRCommonText
getRotationValue
in interface JRCommonText
RotationEnum
public RotationEnum getOwnRotationValue()
JRPrintText
getOwnRotationValue
in interface JRCommonText
getOwnRotationValue
in interface JRPrintText
RotationEnum
public void setRotation(byte rotation)
setRotation(RotationEnum)
.setRotation
in interface JRCommonText
setRotation
in interface JRPrintText
public void setRotation(java.lang.Byte rotation)
setRotation(RotationEnum)
.setRotation
in interface JRCommonText
setRotation
in interface JRPrintText
public void setRotation(RotationEnum rotationValue)
JRPrintText
setRotation
in interface JRCommonText
setRotation
in interface JRPrintText
rotationValue
- a value representing one of the text rotation constants in RotationEnum
public byte getRunDirection()
getRunDirectionValue()
.getRunDirection
in interface JRPrintText
public void setRunDirection(byte runDirection)
setRunDirection(RunDirectionEnum)
.setRunDirection
in interface JRPrintText
public RunDirectionEnum getRunDirectionValue()
JRPrintText
getRunDirectionValue
in interface JRPrintText
RunDirectionEnum
public void setRunDirection(RunDirectionEnum runDirectionValue)
JRPrintText
setRunDirection
in interface JRPrintText
runDirectionValue
- a value representing one of the text run direction constants in RunDirectionEnum
public float getTextHeight()
getTextHeight
in interface JRPrintText
public void setTextHeight(float textHeight)
setTextHeight
in interface JRPrintText
public byte getLineSpacing()
#getParagraph()#getLineSpacing()
.getLineSpacing
in interface JRCommonText
public java.lang.Byte getOwnLineSpacing()
#getParagraph()#getOwnLineSpacing()
.getOwnLineSpacing
in interface JRCommonText
getOwnLineSpacing
in interface JRPrintText
public void setLineSpacing(byte lineSpacing)
#getParagraph()#setLineSpacing(LineSpacingEnum)
.setLineSpacing
in interface JRCommonText
setLineSpacing
in interface JRPrintText
public void setLineSpacing(java.lang.Byte lineSpacing)
#getParagraph()#setLineSpacing(LineSpacingEnum)
.setLineSpacing
in interface JRCommonText
setLineSpacing
in interface JRPrintText
public LineSpacingEnum getLineSpacingValue()
#getParagraph()#getLineSpacing()
.getLineSpacingValue
in interface JRCommonText
public LineSpacingEnum getOwnLineSpacingValue()
#getParagraph()#getOwnLineSpacing()
.getOwnLineSpacingValue
in interface JRCommonText
getOwnLineSpacingValue
in interface JRPrintText
public void setLineSpacing(LineSpacingEnum lineSpacing)
#getParagraph()#setLineSpacing(LineSpacingEnum)
.setLineSpacing
in interface JRCommonText
setLineSpacing
in interface JRPrintText
public boolean isStyledText()
getMarkup()
JRCommonText
isStyledText
in interface JRCommonText
public java.lang.Boolean isOwnStyledText()
getOwnMarkup()
isOwnStyledText
in interface JRCommonText
public void setStyledText(boolean isStyledText)
setMarkup(String)
setStyledText
in interface JRPrintText
public void setStyledText(java.lang.Boolean isStyledText)
setMarkup(String)
setStyledText
in interface JRPrintText
public java.lang.String getMarkup()
JRCommonText
getMarkup
in interface JRCommonText
public java.lang.String getOwnMarkup()
getOwnMarkup
in interface JRCommonText
getOwnMarkup
in interface JRPrintText
public void setMarkup(java.lang.String markup)
setMarkup
in interface JRCommonText
setMarkup
in interface JRPrintText
public JRBox getBox()
getLineBox()
getBox
in interface JRPrintText
public JRLineBox getLineBox()
getLineBox
in interface JRBoxContainer
public JRParagraph getParagraph()
getParagraph
in interface JRParagraphContainer
public void setBox(JRBox box)
copyBox(JRLineBox)
setBox
in interface JRPrintText
public void copyBox(JRLineBox lineBox)
public void copyParagraph(JRParagraph paragraph)
public JRFont getFont()
getFont
in interface JRPrintText
public void setFont(JRFont font)
setFont
in interface JRPrintText
public java.lang.String getAnchorName()
getAnchorName
in interface JRPrintAnchor
public void setAnchorName(java.lang.String anchorName)
setAnchorName
in interface JRPrintAnchor
public byte getHyperlinkType()
getHyperlinkTypeValue()
.getHyperlinkType
in interface JRPrintHyperlink
public HyperlinkTypeEnum getHyperlinkTypeValue()
JRPrintHyperlink
The actual hyperlink type is determined by getLinkType()
.
This method can is used to determine whether the hyperlink type is one of the
built-in types or a custom type.
When hyperlink is of custom type, CUSTOM
is returned.
getHyperlinkTypeValue
in interface JRPrintHyperlink
JRPrintHyperlink.getLinkType()
public void setHyperlinkType(byte hyperlinkType)
setHyperlinkType(HyperlinkTypeEnum)
.setHyperlinkType
in interface JRPrintHyperlink
public void setHyperlinkType(HyperlinkTypeEnum hyperlinkType)
JRPrintHyperlink
setHyperlinkType
in interface JRPrintHyperlink
hyperlinkType
- the built-in hyperlink typeJRPrintHyperlink.getLinkType()
public byte getHyperlinkTarget()
getHyperlinkTargetValue()
.getHyperlinkTarget
in interface JRPrintHyperlink
public HyperlinkTargetEnum getHyperlinkTargetValue()
getHyperlinkTargetValue
in interface JRPrintHyperlink
public void setHyperlinkTarget(byte hyperlinkTarget)
setHyperlinkTarget(HyperlinkTargetEnum)
.setHyperlinkTarget
in interface JRPrintHyperlink
public void setHyperlinkTarget(HyperlinkTargetEnum hyperlinkTarget)
setHyperlinkTarget
in interface JRPrintHyperlink
public java.lang.String getHyperlinkReference()
getHyperlinkReference
in interface JRPrintHyperlink
public void setHyperlinkReference(java.lang.String hyperlinkReference)
setHyperlinkReference
in interface JRPrintHyperlink
public java.lang.String getHyperlinkAnchor()
getHyperlinkAnchor
in interface JRPrintHyperlink
public void setHyperlinkAnchor(java.lang.String hyperlinkAnchor)
setHyperlinkAnchor
in interface JRPrintHyperlink
public java.lang.Integer getHyperlinkPage()
getHyperlinkPage
in interface JRPrintHyperlink
public void setHyperlinkPage(java.lang.Integer hyperlinkPage)
setHyperlinkPage
in interface JRPrintHyperlink
public void setHyperlinkPage(java.lang.String hyperlinkPage)
public int getBookmarkLevel()
JRPrintAnchor
getBookmarkLevel
in interface JRPrintAnchor
NO_BOOKMARK
if no bookmark should be created for this anchorpublic void setBookmarkLevel(int bookmarkLevel)
JRPrintAnchor
setBookmarkLevel
in interface JRPrintAnchor
bookmarkLevel
- the bookmark level (starting from 1)
or NO_BOOKMARK
if no bookmark should be createdpublic byte getBorder()
getBox()
public java.lang.Byte getOwnBorder()
getBox()
getOwnBorder
in interface JRBox
public void setBorder(byte border)
getBox()
public void setBorder(java.lang.Byte border)
getBox()
public java.awt.Color getBorderColor()
getBox()
getBorderColor
in interface JRBox
public java.awt.Color getOwnBorderColor()
getBox()
getOwnBorderColor
in interface JRBox
public void setBorderColor(java.awt.Color borderColor)
getBox()
setBorderColor
in interface JRBox
public int getPadding()
getBox()
getPadding
in interface JRBox
public java.lang.Integer getOwnPadding()
getBox()
getOwnPadding
in interface JRBox
public void setPadding(int padding)
getBox()
setPadding
in interface JRBox
public void setPadding(java.lang.Integer padding)
getBox()
setPadding
in interface JRBox
public byte getTopBorder()
getBox()
getTopBorder
in interface JRBox
public java.lang.Byte getOwnTopBorder()
getBox()
getOwnTopBorder
in interface JRBox
public void setTopBorder(byte topBorder)
getBox()
setTopBorder
in interface JRBox
public void setTopBorder(java.lang.Byte topBorder)
getBox()
setTopBorder
in interface JRBox
public java.awt.Color getTopBorderColor()
getBox()
getTopBorderColor
in interface JRBox
public java.awt.Color getOwnTopBorderColor()
getBox()
getOwnTopBorderColor
in interface JRBox
public void setTopBorderColor(java.awt.Color topBorderColor)
getBox()
setTopBorderColor
in interface JRBox
public int getTopPadding()
getBox()
getTopPadding
in interface JRBox
public java.lang.Integer getOwnTopPadding()
getBox()
getOwnTopPadding
in interface JRBox
public void setTopPadding(int topPadding)
getBox()
setTopPadding
in interface JRBox
public void setTopPadding(java.lang.Integer topPadding)
getBox()
setTopPadding
in interface JRBox
public byte getLeftBorder()
getBox()
getLeftBorder
in interface JRBox
public java.lang.Byte getOwnLeftBorder()
getBox()
getOwnLeftBorder
in interface JRBox
public void setLeftBorder(byte leftBorder)
getBox()
setLeftBorder
in interface JRBox
public void setLeftBorder(java.lang.Byte leftBorder)
getBox()
setLeftBorder
in interface JRBox
public java.awt.Color getLeftBorderColor()
getBox()
getLeftBorderColor
in interface JRBox
public java.awt.Color getOwnLeftBorderColor()
getBox()
getOwnLeftBorderColor
in interface JRBox
public void setLeftBorderColor(java.awt.Color leftBorderColor)
getBox()
setLeftBorderColor
in interface JRBox
public int getLeftPadding()
getBox()
getLeftPadding
in interface JRBox
public java.lang.Integer getOwnLeftPadding()
getBox()
getOwnLeftPadding
in interface JRBox
public void setLeftPadding(int leftPadding)
getBox()
setLeftPadding
in interface JRBox
public void setLeftPadding(java.lang.Integer leftPadding)
getBox()
setLeftPadding
in interface JRBox
public byte getBottomBorder()
getBox()
getBottomBorder
in interface JRBox
public java.lang.Byte getOwnBottomBorder()
getBox()
getOwnBottomBorder
in interface JRBox
public void setBottomBorder(byte bottomBorder)
getBox()
setBottomBorder
in interface JRBox
public void setBottomBorder(java.lang.Byte bottomBorder)
getBox()
setBottomBorder
in interface JRBox
public java.awt.Color getBottomBorderColor()
getBox()
getBottomBorderColor
in interface JRBox
public java.awt.Color getOwnBottomBorderColor()
getBox()
getOwnBottomBorderColor
in interface JRBox
public void setBottomBorderColor(java.awt.Color bottomBorderColor)
getBox()
setBottomBorderColor
in interface JRBox
public int getBottomPadding()
getBox()
getBottomPadding
in interface JRBox
public java.lang.Integer getOwnBottomPadding()
getBox()
getOwnBottomPadding
in interface JRBox
public void setBottomPadding(int bottomPadding)
getBox()
setBottomPadding
in interface JRBox
public void setBottomPadding(java.lang.Integer bottomPadding)
getBox()
setBottomPadding
in interface JRBox
public byte getRightBorder()
getBox()
getRightBorder
in interface JRBox
public java.lang.Byte getOwnRightBorder()
getBox()
getOwnRightBorder
in interface JRBox
public void setRightBorder(byte rightBorder)
getBox()
setRightBorder
in interface JRBox
public void setRightBorder(java.lang.Byte rightBorder)
getBox()
setRightBorder
in interface JRBox
public java.awt.Color getRightBorderColor()
getBox()
getRightBorderColor
in interface JRBox
public java.awt.Color getOwnRightBorderColor()
getBox()
getOwnRightBorderColor
in interface JRBox
public void setRightBorderColor(java.awt.Color rightBorderColor)
getBox()
setRightBorderColor
in interface JRBox
public int getRightPadding()
getBox()
getRightPadding
in interface JRBox
public java.lang.Integer getOwnRightPadding()
getBox()
getOwnRightPadding
in interface JRBox
public void setRightPadding(int rightPadding)
getBox()
setRightPadding
in interface JRBox
public void setRightPadding(java.lang.Integer rightPadding)
getBox()
setRightPadding
in interface JRBox
public JRReportFont getReportFont()
getReportFont
in interface JRFont
public void setReportFont(JRReportFont reportFont)
setReportFont
in interface JRFont
public java.lang.String getFontName()
getFontName
in interface JRFont
public java.lang.String getOwnFontName()
getOwnFontName
in interface JRFont
public void setFontName(java.lang.String fontName)
setFontName
in interface JRFont
public void setBold(java.lang.Boolean isBold)
public java.lang.Boolean isOwnItalic()
isOwnItalic
in interface JRFont
public void setItalic(java.lang.Boolean isItalic)
public boolean isUnderline()
isUnderline
in interface JRFont
public java.lang.Boolean isOwnUnderline()
isOwnUnderline
in interface JRFont
public void setUnderline(boolean isUnderline)
setUnderline
in interface JRFont
public void setUnderline(java.lang.Boolean isUnderline)
setUnderline
in interface JRFont
public boolean isStrikeThrough()
isStrikeThrough
in interface JRFont
public java.lang.Boolean isOwnStrikeThrough()
isOwnStrikeThrough
in interface JRFont
public void setStrikeThrough(boolean isStrikeThrough)
setStrikeThrough
in interface JRFont
public void setStrikeThrough(java.lang.Boolean isStrikeThrough)
setStrikeThrough
in interface JRFont
public int getFontSize()
getFontSize
in interface JRCommonText
getFontSize
in interface JRFont
public java.lang.Integer getOwnFontSize()
getOwnFontSize
in interface JRFont
public void setFontSize(int fontSize)
setFontSize
in interface JRFont
public void setFontSize(java.lang.Integer fontSize)
setFontSize
in interface JRFont
public int getSize()
getFontSize()
.public java.lang.Integer getOwnSize()
getOwnFontSize()
.getOwnSize
in interface JRFont
public void setSize(int size)
setFontSize(int)
.public void setSize(java.lang.Integer size)
setFontSize(Integer)
.public java.lang.String getPdfFontName()
getPdfFontName
in interface JRFont
public java.lang.String getOwnPdfFontName()
getOwnPdfFontName
in interface JRFont
public void setPdfFontName(java.lang.String pdfFontName)
setPdfFontName
in interface JRFont
public java.lang.String getPdfEncoding()
getPdfEncoding
in interface JRFont
public java.lang.String getOwnPdfEncoding()
getOwnPdfEncoding
in interface JRFont
public void setPdfEncoding(java.lang.String pdfEncoding)
setPdfEncoding
in interface JRFont
public boolean isPdfEmbedded()
isPdfEmbedded
in interface JRFont
public java.lang.Boolean isOwnPdfEmbedded()
isOwnPdfEmbedded
in interface JRFont
public void setPdfEmbedded(boolean isPdfEmbedded)
setPdfEmbedded
in interface JRFont
public void setPdfEmbedded(java.lang.Boolean isPdfEmbedded)
setPdfEmbedded
in interface JRFont
public java.lang.String getPattern()
JRPrintText
The pattern can be used to parse the text back to its source value.
getPattern
in interface JRPrintText
JRPrintText.getValueClassName()
public void setPattern(java.lang.String pattern)
public java.lang.String getValueClassName()
JRPrintText
Text fields
that have a non-String
expression
save the value type using this attribute. This information can be used by
exporters to treat numerical or date texts (for instance) in a special manner.
getValueClassName
in interface JRPrintText
public void setValueClassName(java.lang.String valueClassName)
public java.lang.String getFormatFactoryClass()
JRPrintText
FormatFactory
interface to use with this text element, in case it is not the same as the one for the overall document.getFormatFactoryClass
in interface JRPrintText
public void setFormatFactoryClass(java.lang.String formatFactoryClass)
public java.lang.String getLocaleCode()
JRPrintText
java.util.Locale
which was used
while formatting the source value of the text.
The code is created using the java.util.Locale.toString()
convention.
When this attribute is null, the locale returned by
JasperPrint.getLocaleCode()
is used.
This way, the locale is specified in a single place when all the (or many ) texts from a print object
were formatted using the same locale.
getLocaleCode
in interface JRPrintText
java.util.Locale
used when formatting this text's source valuepublic void setLocaleCode(java.lang.String localeCode)
public java.lang.String getTimeZoneId()
JRPrintText
ID
of the java.util.TimeZone
used to format this text's date source value.
When this attribute is null, the time zone returned by
JasperPrint.getTimeZoneId()
is used.
getTimeZoneId
in interface JRPrintText
ID
of the java.util.TimeZone
used to format this text's date source valuepublic void setTimeZoneId(java.lang.String timeZoneId)
public JRPrintHyperlinkParameters getHyperlinkParameters()
JRPrintHyperlink
getHyperlinkParameters
in interface JRPrintHyperlink
JRPrintHyperlink.setHyperlinkParameters(JRPrintHyperlinkParameters)
,
JRPrintHyperlinkParameter
public void setHyperlinkParameters(JRPrintHyperlinkParameters hyperlinkParameters)
JRPrintHyperlink
These parameters will be used to produce the actual hyperlink when the report is exported.
setHyperlinkParameters
in interface JRPrintHyperlink
hyperlinkParameters
- the set of custom hyperlink parameterspublic void addHyperlinkParameter(JRPrintHyperlinkParameter parameter)
parameter
- the parameter to addgetHyperlinkParameters()
,
JRPrintHyperlinkParameters.addParameter(JRPrintHyperlinkParameter)
public java.lang.String getLinkType()
JRPrintHyperlink
getLinkType
in interface JRPrintHyperlink
public void setLinkType(java.lang.String linkType)
JRPrintHyperlink
The type can be one of the built-in types (Reference, LocalAnchor, LocalPage, RemoteAnchor, RemotePage), or can be an arbitrary type.
setLinkType
in interface JRPrintHyperlink
linkType
- the hyperlink typepublic java.lang.String getLinkTarget()
JRPrintHyperlink
The target name can be one of the built-in names (Self, Blank, Top, Parent), or can be an arbitrary name.
getLinkTarget
in interface JRPrintHyperlink
public void setLinkTarget(java.lang.String linkTarget)
JRPrintHyperlink
The target name can be one of the built-in names (Self, Blank, Top, Parent), or can be an arbitrary name.
setLinkTarget
in interface JRPrintHyperlink
linkTarget
- the hyperlink target namepublic java.lang.String getHyperlinkTooltip()
JRPrintHyperlink
getHyperlinkTooltip
in interface JRPrintHyperlink
public void setHyperlinkTooltip(java.lang.String hyperlinkTooltip)
JRPrintHyperlink
setHyperlinkTooltip
in interface JRPrintHyperlink
hyperlinkTooltip
- the tooltippublic java.awt.Color getDefaultLineColor()
getDefaultLineColor
in interface JRBoxContainer
public <T> void accept(PrintElementVisitor<T> visitor, T arg)
JRPrintElement
The element calls the method that corresponds to the element type on the visitor.
accept
in interface JRPrintElement
accept
in class JRBasePrintElement
T
- the type of the argument passed to the visit operationvisitor
- the visitor objectsarg
- the argument passed to the visit operation© 2001-2010 Jaspersoft Corporation www.jaspersoft.com