Package org.apache.poi.ss.usermodel
Interface NamedStyle
-
- All Superinterfaces:
CellStyle
- All Known Implementing Classes:
XSSFNamedStyle
public interface NamedStyle extends CellStyle
CellStyle with a name.- Since:
- 3.9.6
- Author:
- henri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBuiltinId()
String
getName()
boolean
isCustomBuiltin()
-
Methods inherited from interface org.apache.poi.ss.usermodel.CellStyle
cloneStyleFrom, getAlignment, getBorderBottom, getBorderLeft, getBorderRight, getBorderTop, getBottomBorderColor, getDataFormat, getDataFormatString, getFillBackgroundColor, getFillBackgroundColorColor, getFillForegroundColor, getFillForegroundColorColor, getFillPattern, getFontIndex, getFontIndexAsInt, getHidden, getIndention, getIndex, getLeftBorderColor, getLocked, getQuotePrefixed, getRightBorderColor, getRotation, getShrinkToFit, getTopBorderColor, getVerticalAlignment, getWrapText, setAlignment, setBorderBottom, setBorderLeft, setBorderRight, setBorderTop, setBottomBorderColor, setDataFormat, setFillBackgroundColor, setFillBackgroundColor, setFillForegroundColor, setFillForegroundColor, setFillPattern, setFont, setHidden, setIndention, setLeftBorderColor, setLocked, setQuotePrefixed, setRightBorderColor, setRotation, setShrinkToFit, setTopBorderColor, setVerticalAlignment, setWrapText
-
-
-
-
Method Detail
-
getName
String getName()
-
isCustomBuiltin
boolean isCustomBuiltin()
-
getBuiltinId
int getBuiltinId()
-
-