dori.jasper.engine
Interface JRTextElement

All Superinterfaces:
JRAlignment, JRElement
All Known Subinterfaces:
JRStaticText, JRTextField
All Known Implementing Classes:
JRBaseStaticText, JRBaseTextElement, JRBaseTextField, JRDesignStaticText, JRDesignTextElement, JRDesignTextField, JRFillStaticText, JRFillTextElement, JRFillTextField

public interface JRTextElement
extends JRElement, JRAlignment


Field Summary
static byte LINE_SPACING_1_1_2
           
static byte LINE_SPACING_DOUBLE
           
static byte LINE_SPACING_SINGLE
           
static byte ROTATION_LEFT
           
static byte ROTATION_NONE
           
static byte ROTATION_RIGHT
           
static byte TEXT_ALIGN_CENTER
           
static byte TEXT_ALIGN_JUSTIFIED
           
static byte TEXT_ALIGN_LEFT
           
static byte 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
 
Method Summary
 JRFont getFont()
           
 byte getLineSpacing()
           
 byte getRotation()
           
 byte getTextAlignment()
           
 byte getVerticalAlignment()
           
 void setLineSpacing(byte lineSpacing)
           
 void setRotation(byte rotation)
           
 void setTextAlignment(byte horizontalAlignment)
           
 void setVerticalAlignment(byte verticalAlignment)
           
 
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
 

Field Detail

TEXT_ALIGN_LEFT

public static final byte TEXT_ALIGN_LEFT
See Also:
Constant Field Values

TEXT_ALIGN_CENTER

public static final byte TEXT_ALIGN_CENTER
See Also:
Constant Field Values

TEXT_ALIGN_RIGHT

public static final byte TEXT_ALIGN_RIGHT
See Also:
Constant Field Values

TEXT_ALIGN_JUSTIFIED

public static final byte TEXT_ALIGN_JUSTIFIED
See Also:
Constant Field Values

ROTATION_NONE

public static final byte ROTATION_NONE
See Also:
Constant Field Values

ROTATION_LEFT

public static final byte ROTATION_LEFT
See Also:
Constant Field Values

ROTATION_RIGHT

public static final byte ROTATION_RIGHT
See Also:
Constant Field Values

LINE_SPACING_SINGLE

public static final byte LINE_SPACING_SINGLE
See Also:
Constant Field Values

LINE_SPACING_1_1_2

public static final byte LINE_SPACING_1_1_2
See Also:
Constant Field Values

LINE_SPACING_DOUBLE

public static final byte LINE_SPACING_DOUBLE
See Also:
Constant Field Values
Method Detail

getTextAlignment

public byte getTextAlignment()

setTextAlignment

public void setTextAlignment(byte horizontalAlignment)

getVerticalAlignment

public byte getVerticalAlignment()

setVerticalAlignment

public void setVerticalAlignment(byte verticalAlignment)

getRotation

public byte getRotation()

setRotation

public void setRotation(byte rotation)

getLineSpacing

public byte getLineSpacing()

setLineSpacing

public void setLineSpacing(byte lineSpacing)

getFont

public JRFont getFont()


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