gpt4 book ai didi

org.apache.poi.xssf.usermodel.XSSFPrintSetup.setValidSettings()方法的使用及代码示例

转载 作者:知者 更新时间:2024-03-23 07:37:05 25 4
gpt4 key购买 nike

本文整理了Java中org.apache.poi.xssf.usermodel.XSSFPrintSetup.setValidSettings()方法的一些代码示例,展示了XSSFPrintSetup.setValidSettings()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。XSSFPrintSetup.setValidSettings()方法的具体详情如下:
包路径:org.apache.poi.xssf.usermodel.XSSFPrintSetup
类名称:XSSFPrintSetup
方法名:setValidSettings

XSSFPrintSetup.setValidSettings介绍

[英]Use the printer's defaults settings for page setup values and don't use the default values specified in the schema. For example, if dpi is not present or specified in the XML, the a plication shall not assume 600dpi as specified in the schema as a default and instead shall let the printer specify the default dpi.
[中]对页面设置值使用打印机的默认设置,不要使用架构中指定的默认值。例如,如果XML中不存在或未指定dpi,则应用程序不应假定模式中指定的600dpi为默认值,而是应让打印机指定默认dpi。

代码示例

代码示例来源:origin: org.apache.poi/poi-ooxml

getPrintSetup().setValidSettings(false);

代码示例来源:origin: org.openl.rules/org.openl.lib.poi.dev

printSetup.setValidSettings(false);

代码示例来源:origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.poi

getPrintSetup().setValidSettings(false);

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com