Interface StylingHandler
- All Known Implementing Classes:
AbstractBorderHandler, AlignmentHandler, BackgroundColorHandler, BoldHandler, BorderBottomHandler, BorderHandler, BorderLeftHandler, BorderRightHandler, BorderTopHandler, FontFamilyHandler, FontSizeHandler, FormatHandler, ItalicHandler, LockedHandler, StrikeoutHandler, TextColorHandler, UnderlineHandler, VerticalAlignmentHandler, WrapTextHandler
public interface StylingHandler
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.poi.ss.usermodel.CellStylehandleStyling(org.apache.poi.ss.usermodel.CellStyle inputStyle, String attributeValue, org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet sheet)
-
Method Details
-
handleStyling
org.apache.poi.ss.usermodel.CellStyle handleStyling(org.apache.poi.ss.usermodel.CellStyle inputStyle, String attributeValue, org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet sheet)
-