Specifies the anchor position of a worksheet object.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java
![]() |
---|
public enum ObjectAnchorPosition |
Member name | Description | |
---|---|---|
![]() |
BottomLeft |
Indicates that a worksheet object is positioned relative to the bottom-left corner of the anchor. |
![]() |
BottomRight |
Indicates that a worksheet object is positioned relative to the bottom-right corner of the anchor. |
![]() |
TopLeft |
Indicates that a worksheet object is positioned relative to the top-left corner of the anchor. |
![]() |
TopRight |
Indicates that a worksheet object is positioned relative to the top-right corner of the anchor. |
JSpreadsheet Programmer's Guide | © 2024 MindFusion |