net.sf.dynamicreports.design.base.style
Class DRDesignFont
java.lang.Object
net.sf.dynamicreports.design.base.style.DRDesignFont
- All Implemented Interfaces:
- DRIDesignFont
public class DRDesignFont
- extends Object
- implements DRIDesignFont
- Author:
- Ricardo Mariaca (dynamicreports@gmail.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRDesignFont
public DRDesignFont()
getFontName
public String getFontName()
- Specified by:
getFontName
in interface DRIDesignFont
setFontName
public void setFontName(String fontName)
getBold
public Boolean getBold()
- Specified by:
getBold
in interface DRIDesignFont
setBold
public void setBold(Boolean bold)
getItalic
public Boolean getItalic()
- Specified by:
getItalic
in interface DRIDesignFont
setItalic
public void setItalic(Boolean italic)
getUnderline
public Boolean getUnderline()
- Specified by:
getUnderline
in interface DRIDesignFont
setUnderline
public void setUnderline(Boolean underline)
getStrikeThrough
public Boolean getStrikeThrough()
- Specified by:
getStrikeThrough
in interface DRIDesignFont
setStrikeThrough
public void setStrikeThrough(Boolean strikeThrough)
getFontSize
public Integer getFontSize()
- Specified by:
getFontSize
in interface DRIDesignFont
setFontSize
public void setFontSize(Integer fontSize)
getPdfFontName
public String getPdfFontName()
- Specified by:
getPdfFontName
in interface DRIDesignFont
setPdfFontName
public void setPdfFontName(String pdfFontName)
getPdfEncoding
public String getPdfEncoding()
- Specified by:
getPdfEncoding
in interface DRIDesignFont
setPdfEncoding
public void setPdfEncoding(String pdfEncoding)
getPdfEmbedded
public Boolean getPdfEmbedded()
- Specified by:
getPdfEmbedded
in interface DRIDesignFont
setPdfEmbedded
public void setPdfEmbedded(Boolean pdfEmbedded)
Copyright © 2010-2012. All Rights Reserved.