configuration.properties
来自「swing编写的库存管理程序。毕业设计类」· PROPERTIES 代码 · 共 20 行
PROPERTIES
20 行
###################################################################################
######### Excel-OutputTarget specific configuration ###############################
###################################################################################
#
# Whether to apply the Cell-DataFormat strings to excel cells.
# If disabled, all content is inserted as text. This way you won't be able to
# perform calculations on the generated content, but it is more safe in case of
# invalid cell formats.
org.jfree.report.modules.output.table.xls.EnhancedDataFormat=true
# Defines the Paper that should be used in the excel print setup.
# If no paper is defined, an suitable paper will be selected automaticly.
#org.jfree.report.modules.output.table.xls.Paper=A4
# Defines the Paper that should be used in the excel print setup.
# If no paper is defined, an suitable paper will be selected automaticly.
# Valid values are "Landscape" or "Portrait"
#org.jfree.report.modules.output.table.xls.PaperOrientation=Landscape
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?