com.alibaba.excel.metadata.data
类 ClientAnchorData
- java.lang.Object
-
- com.alibaba.excel.metadata.data.CoordinateData
-
- com.alibaba.excel.metadata.data.ClientAnchorData
-
- 直接已知子类:
- CommentData, ImageData
public class ClientAnchorData extends CoordinateData
A client anchor is attached to an excel worksheet. It anchors against absolute coordinates, a top-left cell and fixed height and width, or a top-left and bottom-right cell, depending on theClientAnchorData.AnchorType
:ClientAnchor.AnchorType#DONT_MOVE_AND_RESIZE
== absolute top-left coordinates and width/height, no cell referencesClientAnchor.AnchorType#MOVE_DONT_RESIZE
== fixed top-left cell reference, absolute width/heightClientAnchor.AnchorType#MOVE_AND_RESIZE
== fixed top-left and bottom-right cell references, dynamic width/height
- 作者:
- Jiaju Zhuang
Copyright © 2018–2021 Alibaba Group. All rights reserved.