mirror of https://github.com/apache/poi.git
javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716948 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e89b0c26cb
commit
48e733d9f2
|
@ -173,7 +173,7 @@ public class SheetUtil {
|
|||
* @param style the cell style, which contains text rotation and indention information needed to compute the cell width
|
||||
* @param width the minimum best-fit width. This algorithm will only return values greater than or equal to the minimum width.
|
||||
* @param str the text contained in the cell
|
||||
* @return
|
||||
* @return the best fit cell width
|
||||
*/
|
||||
private static double getCellWidth(int defaultCharWidth, int colspan,
|
||||
CellStyle style, double minWidth, AttributedString str) {
|
||||
|
|
Loading…
Reference in New Issue