java 使用poi 操作excel设置缩放比例

时间:2022-09-15 23:45:01

方法:setZoom

public void setZoom(int numerator, int denominator)

Sets the zoom magnification for the sheet. The zoom is expressed as a fraction. For example to express a zoom of 75% use 3 for the numerator and 4 for the denominator.

Specified by:
setZoom in interface Sheet
Parameters:
numerator - The numerator for the zoom magnification.
denominator - The denominator for the zoom magnification.

翻译:
公共无效设定缩放等级(int分子,
int分母)
设置纸张的缩放放大倍数。缩放表示为一小部分。例如表达一个变焦75%使用3为分母分子和4。
指定的:
在界面设定缩放等级
参数:
分子-分子的变焦倍率。
分母-放大倍率的分母。