net.sf.jasperreports.engine
Interface JRPrintText
- All Superinterfaces:
- JRAlignment, JRBox, JRFont, JRPrintAnchor, JRPrintElement, JRPrintHyperlink, JRStyleContainer
- All Known Implementing Classes:
- JRBasePrintText, JRTemplatePrintText
- public interface JRPrintText
- extends JRPrintElement, JRAlignment, JRPrintAnchor, JRPrintHyperlink, JRBox, JRFont
- Version:
- $Id: JRPrintText.java,v 1.15 2005/11/28 09:20:43 teodord Exp $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
Methods inherited from interface net.sf.jasperreports.engine.JRPrintElement |
getBackcolor, getForecolor, getHeight, getMode, getOwnBackcolor, getOwnForecolor, getOwnMode, getWidth, getX, getY, setBackcolor, setForecolor, setHeight, setMode, setMode, setStyle, setWidth, setX, setY |
Methods inherited from interface net.sf.jasperreports.engine.JRBox |
getBorder, getBorderColor, getBottomBorder, getBottomBorderColor, getBottomPadding, getLeftBorder, getLeftBorderColor, getLeftPadding, getOwnBorder, getOwnBorderColor, getOwnBottomBorder, getOwnBottomBorderColor, getOwnBottomPadding, getOwnLeftBorder, getOwnLeftBorderColor, getOwnLeftPadding, getOwnPadding, getOwnRightBorder, getOwnRightBorderColor, getOwnRightPadding, getOwnTopBorder, getOwnTopBorderColor, getOwnTopPadding, getPadding, getRightBorder, getRightBorderColor, getRightPadding, getTopBorder, getTopBorderColor, getTopPadding, setBorder, setBorder, setBorderColor, setBottomBorder, setBottomBorder, setBottomBorderColor, setBottomPadding, setBottomPadding, setLeftBorder, setLeftBorder, setLeftBorderColor, setLeftPadding, setLeftPadding, setPadding, setPadding, setRightBorder, setRightBorder, setRightBorderColor, setRightPadding, setRightPadding, setTopBorder, setTopBorder, setTopBorderColor, setTopPadding, setTopPadding |
Methods inherited from interface net.sf.jasperreports.engine.JRFont |
getFontName, getFontSize, getOwnFontName, getOwnFontSize, getOwnPdfEncoding, getOwnPdfFontName, getOwnSize, getPdfEncoding, getPdfFontName, getReportFont, getSize, isBold, isItalic, isOwnBold, isOwnItalic, isOwnPdfEmbedded, isOwnStrikeThrough, isOwnUnderline, isPdfEmbedded, isStrikeThrough, isUnderline, setBold, setBold, setFontName, setFontSize, setFontSize, setItalic, setItalic, setPdfEmbedded, setPdfEmbedded, setPdfEncoding, setPdfFontName, setReportFont, setSize, setSize, setStrikeThrough, setStrikeThrough, setUnderline, setUnderline |
RUN_DIRECTION_LTR
public static final byte RUN_DIRECTION_LTR
- See Also:
- Constant Field Values
RUN_DIRECTION_RTL
public static final byte RUN_DIRECTION_RTL
- See Also:
- Constant Field Values
getText
public java.lang.String getText()
setText
public void setText(java.lang.String text)
getLineSpacingFactor
public float getLineSpacingFactor()
setLineSpacingFactor
public void setLineSpacingFactor(float lineSpacingFactor)
getLeadingOffset
public float getLeadingOffset()
setLeadingOffset
public void setLeadingOffset(float leadingOffset)
getTextAlignment
public byte getTextAlignment()
- Deprecated. Replaced by
JRAlignment.getHorizontalAlignment()
.
setTextAlignment
public void setTextAlignment(byte horizontalAlignment)
- Deprecated. Replaced by
JRAlignment.setHorizontalAlignment(byte)
.
getRotation
public byte getRotation()
getOwnRotation
public java.lang.Byte getOwnRotation()
setRotation
public void setRotation(byte rotation)
setRotation
public void setRotation(java.lang.Byte rotation)
getRunDirection
public byte getRunDirection()
setRunDirection
public void setRunDirection(byte rotation)
getTextHeight
public float getTextHeight()
setTextHeight
public void setTextHeight(float textHeight)
getLineSpacing
public byte getLineSpacing()
getOwnLineSpacing
public java.lang.Byte getOwnLineSpacing()
setLineSpacing
public void setLineSpacing(byte lineSpacing)
setLineSpacing
public void setLineSpacing(java.lang.Byte lineSpacing)
isStyledText
public boolean isStyledText()
isOwnStyledText
public java.lang.Boolean isOwnStyledText()
setStyledText
public void setStyledText(boolean isStyledText)
setStyledText
public void setStyledText(java.lang.Boolean isStyledText)
getBox
public JRBox getBox()
- Deprecated.
setBox
public void setBox(JRBox box)
- Deprecated.
getFont
public JRFont getFont()
- Deprecated.
setFont
public void setFont(JRFont font)
- Deprecated.
© 2001-2005 JasperSoft Corporation www.jaspersoft.com