|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientAnchor.AnchorType | |
|---|---|
| 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 | |
| Uses of ClientAnchor.AnchorType in org.apache.poi.hssf.usermodel |
|---|
| Methods in org.apache.poi.hssf.usermodel that return ClientAnchor.AnchorType | |
|---|---|
ClientAnchor.AnchorType |
HSSFClientAnchor.getAnchorType()
Gets the anchor type Changed from returning an int to an enum in POI 3.14 beta 1. |
| Methods in org.apache.poi.hssf.usermodel with parameters of type ClientAnchor.AnchorType | |
|---|---|
void |
HSSFClientAnchor.setAnchorType(ClientAnchor.AnchorType anchorType)
Sets the anchor type |
| Uses of ClientAnchor.AnchorType in org.apache.poi.ss.usermodel |
|---|
| Methods in org.apache.poi.ss.usermodel that return ClientAnchor.AnchorType | |
|---|---|
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. |
| Methods in org.apache.poi.ss.usermodel with parameters of type ClientAnchor.AnchorType | |
|---|---|
void |
ClientAnchor.setAnchorType(ClientAnchor.AnchorType anchorType)
Sets the anchor type |
| Uses of ClientAnchor.AnchorType in org.apache.poi.xssf.usermodel |
|---|
| Methods in org.apache.poi.xssf.usermodel that return ClientAnchor.AnchorType | |
|---|---|
ClientAnchor.AnchorType |
XSSFClientAnchor.getAnchorType()
Gets the anchor type Changed from returning an int to an enum in POI 3.14 beta 1. |
| Methods in org.apache.poi.xssf.usermodel with parameters of type ClientAnchor.AnchorType | |
|---|---|
void |
XSSFClientAnchor.setAnchorType(ClientAnchor.AnchorType anchorType)
Sets the anchor type |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||