@Retention(value=RUNTIME) @Target(value=FIELD) public @interface ExcelHeaderCellLayout
RowSheet classes or it is a property of the annotation ExcelHeaderLayout.| Modifier and Type | Optional Element and Description |
|---|---|
ExcelBorder |
border
Border.
|
org.apache.poi.ss.usermodel.FillPatternType |
fillPatternType
Fill pattern type.
|
ExcelFont |
font
Font.
|
org.apache.poi.ss.usermodel.HorizontalAlignment |
horizontalAlignment
Horizontal alignment.
|
boolean |
locked
Locked.
|
ExcelRgbColor |
rgbFont
Rgb font.
|
ExcelRgbColor |
rgbForeground
Rgb foreground.
|
int |
rotation
Rotation.
|
org.apache.poi.ss.usermodel.VerticalAlignment |
verticalAlignment
Vertical alignment.
|
boolean |
wrap
Wrap.
|
public abstract ExcelBorder border
public abstract ExcelRgbColor rgbFont
public abstract ExcelRgbColor rgbForeground
public abstract ExcelFont font
public abstract org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment
public abstract org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment
Copyright © 2022. All rights reserved.