月报导出--单元格字体大小
This commit is contained in:
+2
-2
@@ -1079,7 +1079,7 @@ public class WordUtil {
|
||||
run.setText(text);
|
||||
}
|
||||
//设置字体样式,大小
|
||||
run.setFontSize(10);
|
||||
run.setFontSize(11);
|
||||
run.setFontFamily("Blue Sky Noto Regular");
|
||||
|
||||
}
|
||||
@@ -1134,7 +1134,7 @@ public class WordUtil {
|
||||
}
|
||||
|
||||
//设置字体样式,大小
|
||||
run.setFontSize(10);
|
||||
run.setFontSize(11);
|
||||
run.setFontFamily("Blue Sky Noto Regular");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user