dori.jasper.engine
Interface JRTextField

All Superinterfaces:
JRAlignment, JRAnchor, JRElement, JRHyperlink, JRTextElement
All Known Implementing Classes:
JRBaseTextField, JRDesignTextField, JRFillTextField

public interface JRTextField
extends JRTextElement, JRAnchor, JRHyperlink


Field Summary
 
Fields inherited from interface dori.jasper.engine.JRTextElement
LINE_SPACING_1_1_2, LINE_SPACING_DOUBLE, LINE_SPACING_SINGLE, ROTATION_LEFT, ROTATION_NONE, ROTATION_RIGHT, TEXT_ALIGN_CENTER, TEXT_ALIGN_JUSTIFIED, TEXT_ALIGN_LEFT, TEXT_ALIGN_RIGHT
 
Fields inherited from interface dori.jasper.engine.JRElement
MODE_OPAQUE, MODE_TRANSPARENT, POSITION_TYPE_FIX_RELATIVE_TO_BOTTOM, POSITION_TYPE_FIX_RELATIVE_TO_TOP, POSITION_TYPE_FLOAT, STRETCH_TYPE_NO_STRETCH, STRETCH_TYPE_RELATIVE_TO_BAND_HEIGHT, STRETCH_TYPE_RELATIVE_TO_TALLEST_OBJECT
 
Fields inherited from interface dori.jasper.engine.JRAlignment
HORIZONTAL_ALIGN_CENTER, HORIZONTAL_ALIGN_JUSTIFIED, HORIZONTAL_ALIGN_LEFT, HORIZONTAL_ALIGN_RIGHT, VERTICAL_ALIGN_BOTTOM, VERTICAL_ALIGN_MIDDLE, VERTICAL_ALIGN_TOP
 
Fields inherited from interface dori.jasper.engine.JRHyperlink
HYPERLINK_TYPE_LOCAL_ANCHOR, HYPERLINK_TYPE_LOCAL_PAGE, HYPERLINK_TYPE_NONE, HYPERLINK_TYPE_REFERENCE, HYPERLINK_TYPE_REMOTE_ANCHOR, HYPERLINK_TYPE_REMOTE_PAGE
 
Method Summary
 JRGroup getEvaluationGroup()
           
 byte getEvaluationTime()
           
 JRExpression getExpression()
           
 java.lang.String getPattern()
           
 boolean isBlankWhenNull()
           
 boolean isStretchWithOverflow()
           
 void setBlankWhenNull(boolean isBlank)
           
 void setPattern(java.lang.String pattern)
           
 void setStretchWithOverflow(boolean isStretchWithOverflow)
           
 
Methods inherited from interface dori.jasper.engine.JRTextElement
getFont, getLineSpacing, getRotation, getTextAlignment, getVerticalAlignment, setLineSpacing, setRotation, setTextAlignment, setVerticalAlignment
 
Methods inherited from interface dori.jasper.engine.JRElement
getBackcolor, getElementGroup, getForecolor, getHeight, getKey, getMode, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getStretchType, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setBackcolor, setForecolor, setMode, setPositionType, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setRemoveLineWhenBlank, setStretchType, setWidth, setX
 
Methods inherited from interface dori.jasper.engine.JRAnchor
getAnchorNameExpression
 
Methods inherited from interface dori.jasper.engine.JRHyperlink
getHyperlinkAnchorExpression, getHyperlinkPageExpression, getHyperlinkReferenceExpression, getHyperlinkType
 

Method Detail

isStretchWithOverflow

public boolean isStretchWithOverflow()

setStretchWithOverflow

public void setStretchWithOverflow(boolean isStretchWithOverflow)

getEvaluationTime

public byte getEvaluationTime()

getPattern

public java.lang.String getPattern()

setPattern

public void setPattern(java.lang.String pattern)

isBlankWhenNull

public boolean isBlankWhenNull()

setBlankWhenNull

public void setBlankWhenNull(boolean isBlank)

getEvaluationGroup

public JRGroup getEvaluationGroup()

getExpression

public JRExpression getExpression()


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.