net.sf.jasperreports.engine.export.ooxml
Class XlsxStyleInfo
java.lang.Object
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)
|
Constructor Summary |
XlsxStyleInfo(int formatIndex,
int fontIndex,
int borderIndex,
JRExporterGridCell gridCell,
boolean isWrapText,
boolean isHidden,
boolean isLocked)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
XlsxStyleInfo
public XlsxStyleInfo(int formatIndex,
int fontIndex,
int borderIndex,
JRExporterGridCell gridCell,
boolean isWrapText,
boolean isHidden,
boolean isLocked)
getId
public String getId()
Copyright © 2012. All Rights Reserved.