configuration.properties
来自「JAVA报表」· PROPERTIES 代码 · 共 28 行
PROPERTIES
28 行
#
# Configuration settings for the Printing dialog components.
#
#
# Set to false to disable the Printing export using the preview dialog.
# This will not prevent anyone from calling the dialog manually, but
# the export plugin will not be included by default.
#
org.jfree.report.ext.modules.java14print.Enable=false
#
# The order defines the menu layout of all plugins. The value defined
# here is suitable for the default configuration. Increasing the
# order value will move the menu entry for this plugin to the end of the list.
#
org.jfree.report.ext.modules.java14print.Order=71
#
# Set to true, to show a button for this export type on the toolbar.
org.jfree.report.ext.modules.java14print.AddToToolbar=true
#
# Set to true, to separate the menu and toolbar entry from other elements.
# This inserts an separator after the menu entry.
org.jfree.report.ext.modules.java14print.Separated=false
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?