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

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

public class XlsxStyleInfo
extends Object

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

Field Summary
protected  String backcolor
           
protected  int borderIndex
           
protected  int fontIndex
           
protected  int formatIndex
           
protected  String horizontalAlign
           
protected  boolean isHidden
           
protected  boolean isLocked
           
protected  boolean isWrapText
           
protected  String verticalAlign
           
 
Constructor Summary
XlsxStyleInfo(int formatIndex, int fontIndex, int borderIndex, JRExporterGridCell gridCell, boolean isWrapText, boolean isHidden, boolean isLocked)
           
 
Method Summary
 String getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatIndex

protected int formatIndex

fontIndex

protected int fontIndex

borderIndex

protected int borderIndex

backcolor

protected String backcolor

horizontalAlign

protected String horizontalAlign

verticalAlign

protected String verticalAlign

isWrapText

protected boolean isWrapText

isHidden

protected boolean isHidden

isLocked

protected boolean isLocked
Constructor Detail

XlsxStyleInfo

public XlsxStyleInfo(int formatIndex,
                     int fontIndex,
                     int borderIndex,
                     JRExporterGridCell gridCell,
                     boolean isWrapText,
                     boolean isHidden,
                     boolean isLocked)
Method Detail

getId

public String getId()


Copyright © 2012. All Rights Reserved.