Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFBorderFormatting
High level representation for Border Formatting component
of Conditional Formatting settings
|
Modifier and Type | Method and Description |
---|---|
BorderFormatting |
ConditionalFormattingRule.createBorderFormatting()
Create a new border formatting structure if it does not exist,
otherwise just return existing object.
|
BorderFormatting |
ConditionalFormattingRule.getBorderFormatting() |
BorderFormatting |
DifferentialStyleProvider.getBorderFormatting() |
Modifier and Type | Class and Description |
---|---|
class |
XSSFBorderFormatting
XSSF high level representation for Border Formatting component
of Conditional Formatting settings
|
Modifier and Type | Method and Description |
---|---|
BorderFormatting |
XSSFDxfStyleProvider.getBorderFormatting() |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.