csv.impl
Class DefaultExcelFormatter.StyleDescription
java.lang.Object
csv.impl.DefaultExcelFormatter.StyleDescription
- Enclosing class:
- DefaultExcelFormatter
protected class DefaultExcelFormatter.StyleDescription
- extends java.lang.Object
|
Field Summary |
protected static java.lang.String |
DEFAULT_DESC
|
|
Constructor Summary |
DefaultExcelFormatter.StyleDescription()
|
DefaultExcelFormatter.StyleDescription(java.lang.Short format,
java.lang.Short fgColor,
java.lang.Short fillPattern,
java.lang.Short bgColor,
org.apache.poi.ss.usermodel.Font font,
java.lang.Short alignment,
java.lang.Short topBorderColor,
java.lang.Short topBorderThickness,
java.lang.Short leftBorderColor,
java.lang.Short leftBorderThickness,
java.lang.Short rightBorderColor,
java.lang.Short rightBorderThickness,
java.lang.Short bottomBorderColor,
java.lang.Short bottomBorderThickness,
boolean textWrap)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DEFAULT_DESC
protected static final java.lang.String DEFAULT_DESC
- See Also:
- Constant Field Values
DefaultExcelFormatter.StyleDescription
public DefaultExcelFormatter.StyleDescription()
DefaultExcelFormatter.StyleDescription
public DefaultExcelFormatter.StyleDescription(java.lang.Short format,
java.lang.Short fgColor,
java.lang.Short fillPattern,
java.lang.Short bgColor,
org.apache.poi.ss.usermodel.Font font,
java.lang.Short alignment,
java.lang.Short topBorderColor,
java.lang.Short topBorderThickness,
java.lang.Short leftBorderColor,
java.lang.Short leftBorderThickness,
java.lang.Short rightBorderColor,
java.lang.Short rightBorderThickness,
java.lang.Short bottomBorderColor,
java.lang.Short bottomBorderThickness,
boolean textWrap)
getFormat
public java.lang.Short getFormat()
- Returns:
- the format
setFormat
public void setFormat(java.lang.Short format)
- Parameters:
format - the format to set
getFgColor
public java.lang.Short getFgColor()
- Returns:
- the fgColor
setFgColor
public void setFgColor(java.lang.Short fgColor)
- Parameters:
fgColor - the fgColor to set
getFillPattern
public java.lang.Short getFillPattern()
- Returns:
- the fillPattern
setFillPattern
public void setFillPattern(java.lang.Short fillPattern)
- Parameters:
fillPattern - the fillPattern to set
getBgColor
public java.lang.Short getBgColor()
- Returns:
- the bgColor
setBgColor
public void setBgColor(java.lang.Short bgColor)
- Parameters:
bgColor - the bgColor to set
getFont
public org.apache.poi.ss.usermodel.Font getFont()
- Returns:
- the font
setFont
public void setFont(org.apache.poi.ss.usermodel.Font font)
- Parameters:
font - the font to set
getAlignment
public java.lang.Short getAlignment()
- Returns:
- the alignment
setAlignment
public void setAlignment(java.lang.Short alignment)
- Parameters:
alignment - the alignment to set
getTopBorderColor
public java.lang.Short getTopBorderColor()
- Returns:
- the topBorderColor
setTopBorderColor
public void setTopBorderColor(java.lang.Short topBorderColor)
- Parameters:
topBorderColor - the topBorderColor to set
getTopBorderThickness
public java.lang.Short getTopBorderThickness()
- Returns:
- the topBorderThickness
setTopBorderThickness
public void setTopBorderThickness(java.lang.Short topBorderThickness)
- Parameters:
topBorderThickness - the topBorderThickness to set
getLeftBorderColor
public java.lang.Short getLeftBorderColor()
- Returns:
- the leftBorderColor
setLeftBorderColor
public void setLeftBorderColor(java.lang.Short leftBorderColor)
- Parameters:
leftBorderColor - the leftBorderColor to set
getLeftBorderThickness
public java.lang.Short getLeftBorderThickness()
- Returns:
- the leftBorderThickness
setLeftBorderThickness
public void setLeftBorderThickness(java.lang.Short leftBorderThickness)
- Parameters:
leftBorderThickness - the leftBorderThickness to set
getRightBorderColor
public java.lang.Short getRightBorderColor()
- Returns:
- the rightBorderColor
setRightBorderColor
public void setRightBorderColor(java.lang.Short rightBorderColor)
- Parameters:
rightBorderColor - the rightBorderColor to set
getRightBorderThickness
public java.lang.Short getRightBorderThickness()
- Returns:
- the rightBorderThickness
setRightBorderThickness
public void setRightBorderThickness(java.lang.Short rightBorderThickness)
- Parameters:
rightBorderThickness - the rightBorderThickness to set
getBottomBorderColor
public java.lang.Short getBottomBorderColor()
- Returns:
- the bottomBorderColor
setBottomBorderColor
public void setBottomBorderColor(java.lang.Short bottomBorderColor)
- Parameters:
bottomBorderColor - the bottomBorderColor to set
getBottomBorderThickness
public java.lang.Short getBottomBorderThickness()
- Returns:
- the bottomBorderThickness
setBottomBorderThickness
public void setBottomBorderThickness(java.lang.Short bottomBorderThickness)
- Parameters:
bottomBorderThickness - the bottomBorderThickness to set
isTextWrap
public boolean isTextWrap()
- Returns:
- the textWrap
setTextWrap
public void setTextWrap(boolean textWrap)
- Parameters:
textWrap - the textWrap to set
applyStyle
public void applyStyle(org.apache.poi.ss.usermodel.CellStyle style)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
isDefault
public boolean isDefault()
Copyright © 2008-2011 Ralph Schuster. All Rights Reserved.