net.sf.jasperreports.engine.export.ooxml
Class XlsxFontInfo

java.lang.Object
  extended by net.sf.jasperreports.engine.export.ooxml.XlsxFontInfo

public class XlsxFontInfo
extends java.lang.Object

Version:
$Id: XlsxFontInfo.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
protected  java.lang.String color
           
protected  java.lang.String fontName
           
protected  int fontSize
           
protected  boolean isBold
           
protected  boolean isItalic
           
protected  boolean isStrikeThrough
           
protected  boolean isUnderline
           
 
Constructor Summary
XlsxFontInfo(JRExporterGridCell gridCell, java.lang.String fontName)
           
 
Method Summary
 java.lang.String getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fontName

protected java.lang.String fontName

fontSize

protected int fontSize

isBold

protected boolean isBold

isItalic

protected boolean isItalic

isUnderline

protected boolean isUnderline

isStrikeThrough

protected boolean isStrikeThrough

color

protected java.lang.String color
Constructor Detail

XlsxFontInfo

public XlsxFontInfo(JRExporterGridCell gridCell,
                    java.lang.String fontName)
Method Detail

getId

public java.lang.String getId()


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com