javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716365 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e8b2d5feb4
commit
19f4f8af22
@ -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
Block a user