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)

Field Summary
static byte RUN_DIRECTION_LTR
           
static byte RUN_DIRECTION_RTL
           
 
Fields inherited from interface net.sf.jasperreports.engine.JRAlignment
HORIZONTAL_ALIGN_CENTER, HORIZONTAL_ALIGN_JUSTIFIED, HORIZONTAL_ALIGN_LEFT, HORIZONTAL_ALIGN_RIGHT, VERTICAL_ALIGN_BOTTOM, VERTICAL_ALIGN_JUSTIFIED, VERTICAL_ALIGN_MIDDLE, VERTICAL_ALIGN_TOP
 
Fields inherited from interface net.sf.jasperreports.engine.JRFont
DEFAULT_FONT_BOLD, DEFAULT_FONT_ITALIC, DEFAULT_FONT_NAME, DEFAULT_FONT_SIZE, DEFAULT_FONT_STRIKETHROUGH, DEFAULT_FONT_UNDERLINE, DEFAULT_PDF_EMBEDDED, DEFAULT_PDF_ENCODING, DEFAULT_PDF_FONT_NAME
 
Method Summary
 JRBox getBox()
          Deprecated.  
 JRFont getFont()
          Deprecated.  
 float getLeadingOffset()
           
 byte getLineSpacing()
           
 float getLineSpacingFactor()
           
 java.lang.Byte getOwnLineSpacing()
           
 java.lang.Byte getOwnRotation()
           
 byte getRotation()
           
 byte getRunDirection()
           
 java.lang.String getText()
           
 byte getTextAlignment()
          Deprecated. Replaced by JRAlignment.getHorizontalAlignment().
 float getTextHeight()
           
 java.lang.Boolean isOwnStyledText()
           
 boolean isStyledText()
           
 void setBox(JRBox box)
          Deprecated.  
 void setFont(JRFont font)
          Deprecated.  
 void setLeadingOffset(float leadingOffset)
           
 void setLineSpacing(byte lineSpacing)
           
 void setLineSpacing(java.lang.Byte lineSpacing)
           
 void setLineSpacingFactor(float lineSpacingFactor)
           
 void setRotation(byte rotation)
           
 void setRotation(java.lang.Byte rotation)
           
 void setRunDirection(byte rotation)
           
 void setStyledText(boolean isStyledText)
           
 void setStyledText(java.lang.Boolean isStyledText)
           
 void setText(java.lang.String text)
           
 void setTextAlignment(byte horizontalAlignment)
          Deprecated. Replaced by JRAlignment.setHorizontalAlignment(byte).
 void setTextHeight(float textHeight)
           
 
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.JRStyleContainer
getDefaultStyleProvider, getStyle
 
Methods inherited from interface net.sf.jasperreports.engine.JRAlignment
getHorizontalAlignment, getOwnHorizontalAlignment, getOwnVerticalAlignment, getVerticalAlignment, setHorizontalAlignment, setHorizontalAlignment, setVerticalAlignment, setVerticalAlignment
 
Methods inherited from interface net.sf.jasperreports.engine.JRPrintAnchor
getAnchorName, getBookmarkLevel, setAnchorName, setBookmarkLevel
 
Methods inherited from interface net.sf.jasperreports.engine.JRPrintHyperlink
getHyperlinkAnchor, getHyperlinkPage, getHyperlinkReference, getHyperlinkTarget, getHyperlinkType, setHyperlinkAnchor, setHyperlinkPage, setHyperlinkReference, setHyperlinkTarget, setHyperlinkType
 
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
 

Field Detail

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
Method Detail

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