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 |
HSSFAnchor
An anchor is what specifics the position of a shape within a client object
or within another containing shape.
|
class |
HSSFChildAnchor |
class |
HSSFClientAnchor
A client anchor is attached to an excel worksheet.
|
Modifier and Type | Method and Description |
---|---|
ChildAnchor |
Shape.getAnchor() |
Modifier and Type | Class and Description |
---|---|
class |
XSSFAnchor
An anchor is what specifics the position of a shape within a client object
or within another containing shape.
|
class |
XSSFChildAnchor |
class |
XSSFClientAnchor
A client anchor is attached to an excel worksheet.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.