Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFPatternFormatting
High level representation for Conditional Formatting settings
|
Modifier and Type | Method and 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() |
Modifier and Type | Class and Description |
---|---|
class |
XSSFPatternFormatting |
Modifier and Type | Method and Description |
---|---|
PatternFormatting |
XSSFDxfStyleProvider.getPatternFormatting() |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.