net.sf.dynamicreports.report.definition.style
Interface DRIFont

All Superinterfaces:
Serializable
All Known Implementing Classes:
DRFont

public interface DRIFont
extends Serializable

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.