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 | Method and Description |
---|---|
ClientAnchor.AnchorType |
HSSFClientAnchor.getAnchorType()
Gets the anchor type
Changed from returning an int to an enum in POI 3.14 beta 1.
|
Modifier and Type | Method and Description |
---|---|
void |
HSSFClientAnchor.setAnchorType(ClientAnchor.AnchorType anchorType)
Sets the anchor type
|
Modifier and Type | Method and Description |
---|---|
static ClientAnchor.AnchorType |
ClientAnchor.AnchorType.byId(int value)
return the AnchorType corresponding to the code
|
ClientAnchor.AnchorType |
ClientAnchor.getAnchorType()
Gets the anchor type
Changed from returning an int to an enum in POI 3.14 beta 1.
|
static ClientAnchor.AnchorType |
ClientAnchor.AnchorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClientAnchor.AnchorType[] |
ClientAnchor.AnchorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientAnchor.setAnchorType(ClientAnchor.AnchorType anchorType)
Sets the anchor type
|
Modifier and Type | Method and Description |
---|---|
ClientAnchor.AnchorType |
XSSFClientAnchor.getAnchorType()
Gets the anchor type
Changed from returning an int to an enum in POI 3.14 beta 1.
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFClientAnchor.setAnchorType(ClientAnchor.AnchorType anchorType)
Sets the anchor type
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.