| Constructor and Description |
|---|
LayoutCell() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone.
|
boolean |
equals(Object obj)
Equals.
|
ExcelBorder |
getBorder()
Gets the border.
|
org.apache.poi.ss.usermodel.FillPatternType |
getFillPatterType()
Gets the fill patter type.
|
ExcelFont |
getFont()
Gets the font.
|
ExcelColor |
getFontColor()
Gets the font color.
|
ExcelColor |
getForegroundColor()
Gets the foreground color.
|
ColumnDateFormat |
getFormat()
Gets the format.
|
org.apache.poi.ss.usermodel.HorizontalAlignment |
getHorizontalAlignment()
Gets the horizontal alignment.
|
Integer |
getPrecision()
Gets the precision.
|
ExcelColor[] |
getRgbFont()
Gets the rgb font.
|
ExcelColor[] |
getRgbForeground()
Gets the rgb foreground.
|
Integer |
getRotation()
Gets the rotation.
|
org.apache.poi.ss.usermodel.VerticalAlignment |
getVerticalAlignment()
Gets the vertical alignment.
|
int |
hashCode()
Hash code.
|
boolean |
isLocked()
Checks if is locked.
|
boolean |
isWrap()
Checks if is wrap.
|
void |
setBorder(ExcelBorder border)
Sets the border.
|
void |
setColor(int indexRow)
Sets the color.
|
void |
setFillPatterType(org.apache.poi.ss.usermodel.FillPatternType fillPatterType)
Sets the fill patter type.
|
void |
setFont(ExcelFont font)
Sets the font.
|
void |
setFormat(ColumnDateFormat format)
Sets the format.
|
void |
setHorizontalAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment)
Sets the horizontal alignment.
|
void |
setLocked(boolean locked)
Sets the locked.
|
void |
setPrecision(Integer precision)
Sets the precision.
|
void |
setRgbFont(ExcelColor... rgbFont)
Sets the rgb font.
|
void |
setRgbForeground(ExcelColor... rgbForeground)
Sets the rgb foreground.
|
void |
setRotation(Integer rotation)
Sets the rotation.
|
void |
setVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment)
Sets the vertical alignment.
|
void |
setWrap(boolean wrap)
Sets the wrap.
|
public ExcelColor getFontColor()
public ExcelColor getForegroundColor()
public ExcelBorder getBorder()
public void setBorder(ExcelBorder border)
border - the new borderpublic org.apache.poi.ss.usermodel.HorizontalAlignment getHorizontalAlignment()
public void setHorizontalAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment)
horizontalAlignment - the new horizontal alignmentpublic org.apache.poi.ss.usermodel.VerticalAlignment getVerticalAlignment()
public void setVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment)
verticalAlignment - the new vertical alignmentpublic ExcelFont getFont()
public void setFont(ExcelFont font)
font - the new fontpublic boolean isWrap()
public void setWrap(boolean wrap)
wrap - the new wrappublic ExcelColor[] getRgbFont()
public void setRgbFont(ExcelColor... rgbFont)
rgbFont - the new rgb fontpublic ExcelColor[] getRgbForeground()
public void setRgbForeground(ExcelColor... rgbForeground)
rgbForeground - the new rgb foregroundpublic org.apache.poi.ss.usermodel.FillPatternType getFillPatterType()
public void setFillPatterType(org.apache.poi.ss.usermodel.FillPatternType fillPatterType)
fillPatterType - the new fill patter typepublic Integer getPrecision()
public void setPrecision(Integer precision)
precision - the new precisionpublic Integer getRotation()
public void setRotation(Integer rotation)
rotation - the new rotationpublic ColumnDateFormat getFormat()
public void setFormat(ColumnDateFormat format)
format - the new formatpublic boolean isLocked()
public void setLocked(boolean locked)
locked - the new lockedpublic void setColor(int indexRow)
indexRow - the new colorpublic boolean equals(Object obj)
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - the clone not supported exceptionCopyright © 2022. All rights reserved.