|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientAnchor | |
|---|---|
| org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
| org.apache.poi.ss.usermodel | |
| Uses of ClientAnchor in org.apache.poi.hssf.usermodel |
|---|
| Classes in org.apache.poi.hssf.usermodel that implement ClientAnchor | |
|---|---|
class |
HSSFClientAnchor
A client anchor is attached to an excel worksheet. |
| Methods in org.apache.poi.hssf.usermodel that return ClientAnchor | |
|---|---|
ClientAnchor |
HSSFCreationHelper.createClientAnchor()
Creates a HSSFClientAnchor. |
ClientAnchor |
HSSFPicture.getPreferredSize()
Calculate the preferred size for this picture. |
| Methods in org.apache.poi.hssf.usermodel with parameters of type ClientAnchor | |
|---|---|
Comment |
HSSFPatriarch.createCellComment(ClientAnchor anchor)
|
Picture |
HSSFPatriarch.createPicture(ClientAnchor anchor,
int pictureIndex)
|
| Uses of ClientAnchor in org.apache.poi.ss.usermodel |
|---|
| Methods in org.apache.poi.ss.usermodel that return ClientAnchor | |
|---|---|
ClientAnchor |
CreationHelper.createClientAnchor()
|
ClientAnchor |
Picture.getPreferredSize()
|
| Methods in org.apache.poi.ss.usermodel with parameters of type ClientAnchor | |
|---|---|
Comment |
Drawing.createCellComment(ClientAnchor anchor)
|
Picture |
Drawing.createPicture(ClientAnchor anchor,
int pictureIndex)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||