net.sf.dynamicreports.design.definition.style
Interface DRIDesignFont

All Known Implementing Classes:
DRDesignFont

public interface DRIDesignFont

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Method Summary
 Boolean getBold()
           
 String getFontName()
           
 Integer getFontSize()
           
 Boolean getItalic()
           
 Boolean getPdfEmbedded()
           
 String getPdfEncoding()
           
 String getPdfFontName()
           
 Boolean getStrikeThrough()
           
 Boolean getUnderline()
           
 

Method Detail

getFontName

String getFontName()

getBold

Boolean getBold()

getItalic

Boolean getItalic()

getUnderline

Boolean getUnderline()

getStrikeThrough

Boolean getStrikeThrough()

getFontSize

Integer getFontSize()

getPdfFontName

String getPdfFontName()

getPdfEncoding

String getPdfEncoding()

getPdfEmbedded

Boolean getPdfEmbedded()


Copyright © 2010-2014. All Rights Reserved.