public class ExcelHeaderCellLayoutImpl extends ExcelAnnotationImpl<ExcelHeaderCellLayout>
| Constructor and Description |
|---|
ExcelHeaderCellLayoutImpl()
Instantiates a new excel header cell layout impl.
|
ExcelHeaderCellLayoutImpl(boolean wrap,
org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment,
ExcelRgbColor rgbForeground,
ExcelRgbColor rgbFont,
org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment,
ExcelFont font,
org.apache.poi.ss.usermodel.FillPatternType fillPatternType,
ExcelBorder border,
int rotation,
boolean locked)
Instantiates a new excel header cell layout impl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
ExcelBorder |
getBorder()
Gets the border.
|
org.apache.poi.ss.usermodel.FillPatternType |
getFillPatternType()
Gets the fill pattern type.
|
ExcelFont |
getFont()
Gets the font.
|
org.apache.poi.ss.usermodel.HorizontalAlignment |
getHorizontalAlignment()
Gets the horizontal alignment.
|
ExcelRgbColor |
getRgbFont()
Gets the rgb font.
|
ExcelRgbColor |
getRgbForeground()
Gets the rgb foreground.
|
int |
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 |
setFillPatternType(org.apache.poi.ss.usermodel.FillPatternType fillPatternType)
Sets the fill pattern type.
|
void |
setFont(ExcelFont font)
Sets the font.
|
void |
setHorizontalAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment)
Sets the horizontal alignment.
|
void |
setLocked(boolean locked)
Sets the locked.
|
void |
setRgbFont(ExcelRgbColor rgbFont)
Sets the rgb font.
|
void |
setRgbForeground(ExcelRgbColor rgbForeground)
Sets the rgb foreground.
|
void |
setRotation(int rotation)
Sets the rotation.
|
void |
setVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment)
Sets the vertical alignment.
|
void |
setWrap(boolean wrap)
Sets the wrap.
|
clone, getAnnotation, getClassAnnotationpublic ExcelHeaderCellLayoutImpl()
public ExcelHeaderCellLayoutImpl(boolean wrap,
org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment,
ExcelRgbColor rgbForeground,
ExcelRgbColor rgbFont,
org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment,
ExcelFont font,
org.apache.poi.ss.usermodel.FillPatternType fillPatternType,
ExcelBorder border,
int rotation,
boolean locked)
wrap - the wrapverticalAlignment - the vertical alignmentrgbForeground - the rgb foregroundrgbFont - the rgb fonthorizontalAlignment - the horizontal alignmentfont - the fontfillPatternType - the fill pattern typeborder - the borderrotation - the rotationlocked - the lockedpublic boolean isWrap()
public void setWrap(boolean wrap)
wrap - the new wrappublic org.apache.poi.ss.usermodel.VerticalAlignment getVerticalAlignment()
public void setVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment)
verticalAlignment - the new vertical alignmentpublic ExcelRgbColor getRgbForeground()
public void setRgbForeground(ExcelRgbColor rgbForeground)
rgbForeground - the new rgb foregroundpublic ExcelRgbColor getRgbFont()
public void setRgbFont(ExcelRgbColor rgbFont)
rgbFont - the new rgb fontpublic org.apache.poi.ss.usermodel.HorizontalAlignment getHorizontalAlignment()
public void setHorizontalAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment)
horizontalAlignment - the new horizontal alignmentpublic ExcelFont getFont()
public void setFont(ExcelFont font)
font - the new fontpublic org.apache.poi.ss.usermodel.FillPatternType getFillPatternType()
public void setFillPatternType(org.apache.poi.ss.usermodel.FillPatternType fillPatternType)
fillPatternType - the new fill pattern typepublic ExcelBorder getBorder()
public void setBorder(ExcelBorder border)
border - the new borderpublic int getRotation()
public void setRotation(int rotation)
rotation - the new rotationpublic boolean isLocked()
public void setLocked(boolean locked)
locked - the new lockedCopyright © 2022. All rights reserved.