Uses of Interface
org.apache.poi.ss.usermodel.PatternFormatting
-
Packages that use PatternFormatting Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel -
-
Uses of PatternFormatting in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement PatternFormatting Modifier and Type Class Description class
HSSFPatternFormatting
High level representation for Conditional Formatting settings -
Uses of PatternFormatting in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return PatternFormatting Modifier and Type Method Description PatternFormatting
ConditionalFormattingRule. createPatternFormatting()
Create a new pattern formatting structure if it does not exist, otherwise just return existing object.PatternFormatting
ConditionalFormattingRule. getPatternFormatting()
PatternFormatting
DifferentialStyleProvider. getPatternFormatting()
-