dori.jasper.engine
Interface JRFont
- All Known Subinterfaces:
- JRReportFont
- All Known Implementing Classes:
- JRBaseFont, JRBaseReportFont, JRDesignReportFont
- public interface JRFont
getReportFont
public JRReportFont getReportFont()
getFontName
public java.lang.String getFontName()
getOwnFontName
public java.lang.String getOwnFontName()
setFontName
public void setFontName(java.lang.String fontName)
isBold
public boolean isBold()
isOwnBold
public java.lang.Boolean isOwnBold()
setBold
public void setBold(boolean isBold)
isItalic
public boolean isItalic()
isOwnItalic
public java.lang.Boolean isOwnItalic()
setItalic
public void setItalic(boolean isItalic)
isUnderline
public boolean isUnderline()
isOwnUnderline
public java.lang.Boolean isOwnUnderline()
setUnderline
public void setUnderline(boolean isUnderline)
isStrikeThrough
public boolean isStrikeThrough()
isOwnStrikeThrough
public java.lang.Boolean isOwnStrikeThrough()
setStrikeThrough
public void setStrikeThrough(boolean isStrikeThrough)
getSize
public int getSize()
getOwnSize
public java.lang.Integer getOwnSize()
setSize
public void setSize(int size)
getPdfFontName
public java.lang.String getPdfFontName()
getOwnPdfFontName
public java.lang.String getOwnPdfFontName()
setPdfFontName
public void setPdfFontName(java.lang.String pdfFontName)
getPdfEncoding
public java.lang.String getPdfEncoding()
getOwnPdfEncoding
public java.lang.String getOwnPdfEncoding()
setPdfEncoding
public void setPdfEncoding(java.lang.String pdfEncoding)
isPdfEmbedded
public boolean isPdfEmbedded()
isOwnPdfEmbedded
public java.lang.Boolean isOwnPdfEmbedded()
setPdfEmbedded
public void setPdfEmbedded(boolean isPdfEmbedded)
isCachingAttributes
public boolean isCachingAttributes()
getAttributes
public java.util.Map getAttributes()
Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.