Uses of Class
overit.geocall.basic.ui.xlsx.XlsxImage.ClientAnchorDetail
Packages that use XlsxImage.ClientAnchorDetail
-
Uses of XlsxImage.ClientAnchorDetail in overit.geocall.basic.ui.xlsx
Methods in overit.geocall.basic.ui.xlsx that return XlsxImage.ClientAnchorDetailModifier and TypeMethodDescriptionprotected XlsxImage.ClientAnchorDetailXlsxImage.calculateColumnLocation(org.apache.poi.ss.usermodel.Sheet sheet, int startingColumn, double reqImageWidthMM) protected XlsxImage.ClientAnchorDetailXlsxImage.calculateRowLocation(org.apache.poi.ss.usermodel.Sheet sheet, int startingRow, double reqImageHeightMM) If the image is to overlie more than one rows, calculations need to be performed to determine how many rows and whether the image will overlie just a part of one row in order to be presented at the required size.protected XlsxImage.ClientAnchorDetailXlsxImage.fitImageToColumns(org.apache.poi.ss.usermodel.Sheet sheet, int colNumber, double reqImageWidthMM, int resizeBehaviour) Determines whether the sheets columns should be re-sized to accommodate the image, adjusts the columns width if necessary and creates then returns a ClientAnchorDetail object that facilitates construction of an ClientAnchor that will fix the image on the sheet and establish it's size.protected XlsxImage.ClientAnchorDetailXlsxImage.fitImageToRows(org.apache.poi.ss.usermodel.Sheet sheet, int rowNumber, double reqImageHeightMM, int resizeBehaviour) Determines whether the sheets row should be re-sized to accommodate the image, adjusts the rows height if necessary and creates then returns a ClientAnchorDetail object that facilitates construction of a ClientAnchor that will fix the image on the sheet and establish it's size.