| org.apache.poi.hssf.usermodel.TestHSSFClientAnchor
TestHSSFClientAnchor | public class TestHSSFClientAnchor extends TestCase (Code) | | Various tests for HSSFClientAnchor.
author: Glen Stampoultzis (glens at apache.org) author: Yegor Kozlov (yegor at apache.org) |
testAnchorHeightInPoints | public void testAnchorHeightInPoints()(Code) | | |
testConvertAnchor | public void testConvertAnchor() throws Exception(Code) | | When HSSFClientAnchor is converted into EscherClientAnchorRecord
check that dx1, dx2, dy1 and dy2 are writtem "as is".
(Bug 42999 reported that dx1 ans dx2 are swapped if dx1>dx2. It doesn't make sense for client anchors.)
|
testGetAnchorHeightInPoints | public void testGetAnchorHeightInPoints() throws Exception(Code) | | |
|
|