Class ExcelHeaderCellLayoutImpl
java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelHeaderCellLayout>
bld.generator.report.excel.annotation.impl.ExcelHeaderCellLayoutImpl
- All Implemented Interfaces:
Cloneable
The Class ExcelHeaderCellLayoutImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates 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. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the border.org.apache.poi.ss.usermodel.FillPatternTypeGets the fill pattern type.getFont()Gets the font.org.apache.poi.ss.usermodel.HorizontalAlignmentGets the horizontal alignment.Gets the rgb font.Gets the rgb foreground.intGets the rotation.org.apache.poi.ss.usermodel.VerticalAlignmentGets the vertical alignment.inthashCode()Hash code.booleanisLocked()Checks if is locked.booleanisWrap()Checks if is wrap.voidsetBorder(ExcelBorder border) Sets the border.voidsetFillPatternType(org.apache.poi.ss.usermodel.FillPatternType fillPatternType) Sets the fill pattern type.voidSets the font.voidsetHorizontalAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment) Sets the horizontal alignment.voidsetLocked(boolean locked) Sets the locked.voidsetRgbFont(ExcelRgbColor rgbFont) Sets the rgb font.voidsetRgbForeground(ExcelRgbColor rgbForeground) Sets the rgb foreground.voidsetRotation(int rotation) Sets the rotation.voidsetVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment) Sets the vertical alignment.voidsetWrap(boolean wrap) Sets the wrap.Methods inherited from class bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl
clone, getAnnotation, getClassAnnotation
-
Constructor Details
-
ExcelHeaderCellLayoutImpl
public ExcelHeaderCellLayoutImpl()Instantiates a new excel header cell layout impl. -
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) Instantiates a new excel header cell layout impl.- Parameters:
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 locked
-
-
Method Details
-
isWrap
public boolean isWrap()Checks if is wrap.- Returns:
- the wrap
-
setWrap
public void setWrap(boolean wrap) Sets the wrap.- Parameters:
wrap- the new wrap
-
getVerticalAlignment
public org.apache.poi.ss.usermodel.VerticalAlignment getVerticalAlignment()Gets the vertical alignment.- Returns:
- the vertical alignment
-
setVerticalAlignment
public void setVerticalAlignment(org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment) Sets the vertical alignment.- Parameters:
verticalAlignment- the new vertical alignment
-
getRgbForeground
Gets the rgb foreground.- Returns:
- the rgb foreground
-
setRgbForeground
Sets the rgb foreground.- Parameters:
rgbForeground- the new rgb foreground
-
getRgbFont
Gets the rgb font.- Returns:
- the rgb font
-
setRgbFont
Sets the rgb font.- Parameters:
rgbFont- the new rgb font
-
getHorizontalAlignment
public org.apache.poi.ss.usermodel.HorizontalAlignment getHorizontalAlignment()Gets the horizontal alignment.- Returns:
- the horizontal alignment
-
setHorizontalAlignment
public void setHorizontalAlignment(org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment) Sets the horizontal alignment.- Parameters:
horizontalAlignment- the new horizontal alignment
-
getFont
Gets the font.- Returns:
- the font
-
setFont
Sets the font.- Parameters:
font- the new font
-
getFillPatternType
public org.apache.poi.ss.usermodel.FillPatternType getFillPatternType()Gets the fill pattern type.- Returns:
- the fill pattern type
-
setFillPatternType
public void setFillPatternType(org.apache.poi.ss.usermodel.FillPatternType fillPatternType) Sets the fill pattern type.- Parameters:
fillPatternType- the new fill pattern type
-
getBorder
Gets the border.- Returns:
- the border
-
setBorder
Sets the border.- Parameters:
border- the new border
-
getRotation
public int getRotation()Gets the rotation.- Returns:
- the rotation
-
setRotation
public void setRotation(int rotation) Sets the rotation.- Parameters:
rotation- the new rotation
-
isLocked
public boolean isLocked()Checks if is locked.- Returns:
- the locked
-
setLocked
public void setLocked(boolean locked) Sets the locked.- Parameters:
locked- the new locked
-
hashCode
public int hashCode()Hash code. -
equals
Equals.
-