public abstract class AbstractWrapCellStyle extends java.lang.Object implements IWrapCellStyle
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.apache.poi.ss.usermodel.HorizontalAlignment |
alignment |
protected org.apache.poi.ss.usermodel.IndexedColors |
bottomBorderColor |
protected org.apache.poi.ss.usermodel.BorderStyle |
bottomBorderStyle |
protected java.lang.String |
dataFormat |
protected org.apache.poi.ss.usermodel.IndexedColors |
fillBackgroundColor |
protected org.apache.poi.ss.usermodel.IndexedColors |
fillForegroundColor |
protected org.apache.poi.ss.usermodel.FillPatternType |
fillPattern |
protected boolean |
hidden |
protected short |
indent |
protected org.apache.poi.ss.usermodel.IndexedColors |
leftBorderColor |
protected org.apache.poi.ss.usermodel.BorderStyle |
leftBorderStyle |
protected boolean |
locked |
protected org.apache.poi.ss.usermodel.IndexedColors |
rightBorderColor |
protected org.apache.poi.ss.usermodel.BorderStyle |
rightBorderStyle |
protected short |
rotation |
protected org.apache.poi.ss.usermodel.IndexedColors |
topBorderColor |
protected org.apache.poi.ss.usermodel.BorderStyle |
topBorderStyle |
protected org.apache.poi.ss.usermodel.VerticalAlignment |
verticalAlignment |
protected boolean |
wrapped |
| 构造器和说明 |
|---|
AbstractWrapCellStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.poi.ss.usermodel.HorizontalAlignment |
getAlignment() |
org.apache.poi.ss.usermodel.IndexedColors |
getBottomBorderColor() |
org.apache.poi.ss.usermodel.BorderStyle |
getBottomBorderStyle() |
java.lang.String |
getDataFormat() |
org.apache.poi.ss.usermodel.IndexedColors |
getFillBackgroundColor() |
org.apache.poi.ss.usermodel.IndexedColors |
getFillForegroundColor() |
org.apache.poi.ss.usermodel.FillPatternType |
getFillPattern() |
short |
getIndent() |
org.apache.poi.ss.usermodel.IndexedColors |
getLeftBorderColor() |
org.apache.poi.ss.usermodel.BorderStyle |
getLeftBorderStyle() |
org.apache.poi.ss.usermodel.IndexedColors |
getRightBorderColor() |
org.apache.poi.ss.usermodel.BorderStyle |
getRightBorderStyle() |
short |
getRotation() |
org.apache.poi.ss.usermodel.IndexedColors |
getTopBorderColor() |
org.apache.poi.ss.usermodel.BorderStyle |
getTopBorderStyle() |
org.apache.poi.ss.usermodel.VerticalAlignment |
getVerticalAlignment() |
boolean |
isHidden() |
boolean |
isLocked() |
boolean |
isWrapped() |
protected org.apache.poi.ss.usermodel.HorizontalAlignment alignment
protected org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment
protected org.apache.poi.ss.usermodel.BorderStyle bottomBorderStyle
protected org.apache.poi.ss.usermodel.BorderStyle leftBorderStyle
protected org.apache.poi.ss.usermodel.BorderStyle rightBorderStyle
protected org.apache.poi.ss.usermodel.BorderStyle topBorderStyle
protected org.apache.poi.ss.usermodel.IndexedColors bottomBorderColor
protected org.apache.poi.ss.usermodel.IndexedColors leftBorderColor
protected org.apache.poi.ss.usermodel.IndexedColors rightBorderColor
protected org.apache.poi.ss.usermodel.IndexedColors topBorderColor
protected java.lang.String dataFormat
protected org.apache.poi.ss.usermodel.FillPatternType fillPattern
protected org.apache.poi.ss.usermodel.IndexedColors fillForegroundColor
protected org.apache.poi.ss.usermodel.IndexedColors fillBackgroundColor
protected boolean hidden
protected boolean locked
protected short indent
protected short rotation
protected boolean wrapped
public org.apache.poi.ss.usermodel.HorizontalAlignment getAlignment()
getAlignment 在接口中 IWrapCellStylepublic org.apache.poi.ss.usermodel.VerticalAlignment getVerticalAlignment()
getVerticalAlignment 在接口中 IWrapCellStylepublic org.apache.poi.ss.usermodel.BorderStyle getBottomBorderStyle()
getBottomBorderStyle 在接口中 IWrapCellStylepublic org.apache.poi.ss.usermodel.BorderStyle getLeftBorderStyle()
getLeftBorderStyle 在接口中 IWrapCellStylepublic org.apache.poi.ss.usermodel.BorderStyle getRightBorderStyle()
getRightBorderStyle 在接口中 IWrapCellStylepublic org.apache.poi.ss.usermodel.BorderStyle getTopBorderStyle()
getTopBorderStyle 在接口中 IWrapCellStylepublic org.apache.poi.ss.usermodel.IndexedColors getBottomBorderColor()
getBottomBorderColor 在接口中 IWrapCellStylepublic org.apache.poi.ss.usermodel.IndexedColors getLeftBorderColor()
getLeftBorderColor 在接口中 IWrapCellStylepublic org.apache.poi.ss.usermodel.IndexedColors getRightBorderColor()
getRightBorderColor 在接口中 IWrapCellStylepublic org.apache.poi.ss.usermodel.IndexedColors getTopBorderColor()
getTopBorderColor 在接口中 IWrapCellStylepublic java.lang.String getDataFormat()
getDataFormat 在接口中 IWrapCellStylepublic org.apache.poi.ss.usermodel.FillPatternType getFillPattern()
getFillPattern 在接口中 IWrapCellStylepublic org.apache.poi.ss.usermodel.IndexedColors getFillForegroundColor()
getFillForegroundColor 在接口中 IWrapCellStylepublic org.apache.poi.ss.usermodel.IndexedColors getFillBackgroundColor()
getFillBackgroundColor 在接口中 IWrapCellStylepublic boolean isHidden()
isHidden 在接口中 IWrapCellStylepublic boolean isLocked()
isLocked 在接口中 IWrapCellStylepublic short getIndent()
getIndent 在接口中 IWrapCellStylepublic short getRotation()
getRotation 在接口中 IWrapCellStylepublic boolean isWrapped()
isWrapped 在接口中 IWrapCellStyle