dori.jasper.engine
Interface JRPrintText
- All Superinterfaces:
- JRPrintAnchor, JRPrintElement, JRPrintHyperlink
- All Known Implementing Classes:
- JRBasePrintText, JRTemplatePrintText
- public interface JRPrintText
- extends JRPrintElement, JRPrintAnchor, JRPrintHyperlink
Methods inherited from interface dori.jasper.engine.JRPrintElement |
getBackcolor, getForecolor, getHeight, getMode, getWidth, getX, getY, setBackcolor, setForecolor, setHeight, setMode, setWidth, setX, setY |
getText
public java.lang.String getText()
setText
public void setText(java.lang.String text)
getAbsoluteLineSpacing
public float getAbsoluteLineSpacing()
setAbsoluteLineSpacing
public void setAbsoluteLineSpacing(float absoluteLineSpacing)
getAbsoluteLeading
public float getAbsoluteLeading()
setAbsoluteLeading
public void setAbsoluteLeading(float absoluteLeading)
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)
getTextHeight
public float getTextHeight()
setTextHeight
public void setTextHeight(float textHeight)
getLineSpacing
public byte getLineSpacing()
setLineSpacing
public void setLineSpacing(byte lineSpacing)
getFont
public JRFont getFont()
setFont
public void setFont(JRFont font)
Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.