Java org.apache.poi.ddf EscherClientAnchorRecord fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.ddf EscherClientAnchorRecord fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.ddf EscherClientAnchorRecord.

The text is from its open source code.

Method

shortgetCol1()
The column number for the top-left position.
shortgetCol2()
The column of the bottom right corner of this shape.
shortgetDx1()
The x offset within the top-left cell.
shortgetDx2()
The x offset withing the cell for the bottom-right corner of this shape.
shortgetDy1()
The y offset within the top-left corner of the current shape.
shortgetDy2()
The y offset withing the cell for the bottom-right corner of this shape.
shortgetRow1()
The row number for the top-left corner of the shape.
shortgetRow2()
The row number for the bottom-right corner of the current shape.