mirror of https://github.com/apache/poi.git
javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716365 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3f3e519628
commit
effe60c6af
|
@ -226,10 +226,10 @@ public class SheetUtil {
|
|||
}
|
||||
|
||||
/**
|
||||
* Get default character width
|
||||
* Get default character width using the Workbook's default font
|
||||
*
|
||||
* @param wb the workbook to get the default character width from
|
||||
* @return default character width
|
||||
* @return default character width in pixels
|
||||
*/
|
||||
private static int getDefaultCharWidth(final Workbook wb) {
|
||||
Font defaultFont = wb.getFontAt((short) 0);
|
||||
|
|
Loading…
Reference in New Issue