Package | Description |
---|---|
org.apache.poi.hslf.model.textproperties | |
org.apache.poi.hslf.record | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.apache.poi.hwpf.model | |
org.apache.poi.util |
Top-level util package are classes that are useful throughout the project.
|
Modifier and Type | Field and Description |
---|---|
protected static POILogger |
BitMaskTextProp.logger |
Modifier and Type | Field and Description |
---|---|
protected static POILogger |
Record.logger |
Modifier and Type | Field and Description |
---|---|
protected static POILogger |
HSLFTextParagraph.logger |
protected static POILogger |
HSLFShapeFactory.logger |
protected static POILogger |
HSLFNotes.logger |
Modifier and Type | Field and Description |
---|---|
protected static POILogger |
CFRuleBase.logger |
Modifier and Type | Field and Description |
---|---|
static POILogger |
FileInformationBlock.logger |
Modifier and Type | Class and Description |
---|---|
class |
CommonsLogger
An implementation of the
POILogger using the
Apache Commons Logging framework. |
class |
NullLogger
An empty-implementation of the
POILogger . |
class |
SLF4JLogger
An implementation of the
POILogger using the
SLF4J framework. |
class |
SystemOutLogger
An implementation of the
POILogger which uses System.out.println. |
Modifier and Type | Method and Description |
---|---|
static POILogger |
POILogFactory.getLogger(java.lang.Class<?> theclass)
Get a logger, based on a class name
|
static POILogger |
POILogFactory.getLogger(java.lang.String cat)
Get a logger, based on a String
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.