?? configuration.properties
字號:
##
#
# The PDFTarget can be configured using these properties. This will create a default configuration
# which can be altered by the programm using the usual operations.
#
#
# The default font-encoding for the OutputTarget.
# Can be changed with PDFOutputTarget.setFontEncoding for the specific
# instance if needed.
#org.jfree.report.modules.output.pageable.pdf.Encoding=Identity-H
#
# Defines whether to embed fonts in the generated PDF. This will result in larger PDF
# files, but makes sure that all characters are displayed properly.
#
#org.jfree.report.modules.output.pageable.pdf.EmbedFonts=true
#
# The author string of the document.
#org.jfree.report.modules.output.pageable.pdf.Author=
#
# The title of the document.
#org.jfree.report.modules.output.pageable.pdf.Title=
#
# The PDF Version that should be created. Valid values are "1.2", "1.3",
# "1.4" or "1.5"
#org.jfree.report.modules.output.pageable.pdf.Version=1.4
###########################################################################################
### PDF Security flags are only used with security enabled and a password set #############
###########################################################################################
#
# Defines, whether the PDF Security setting allows copying of the document's
# contents by default
org.jfree.report.modules.output.pageable.pdf.AllowCopy=false
#
# Defines, whether the PDF Security setting allows printing of the document's
# contents by default
org.jfree.report.modules.output.pageable.pdf.AllowPrinting=false
#
# Defines, whether the PDF Security setting allows modifying of the document
# by default
org.jfree.report.modules.output.pageable.pdf.AllowModifyContents=false
#
# Defines, whether the PDF Security setting allows document annotations by
# default
org.jfree.report.modules.output.pageable.pdf.AllowModifyAnnotations=false
#
# Defines, whether the PDF Security setting allows the fill-in of document
# forms (inputfields etc).
org.jfree.report.modules.output.pageable.pdf.AllowFillIn=false
#
# Defines, whether the PDF Security setting allows access for screenreaders
# by default. Although this could make it easier to grab the contents your
# PDF document, enabling this property will allow blind people to access your
# content. It is usually a good idea to always enable this property.
org.jfree.report.modules.output.pageable.pdf.AllowScreenReaders=false
#
# Defines, whether the PDF Security setting allows reassmebly of the document
# by default.
org.jfree.report.modules.output.pageable.pdf.AllowAssembly=false
#
# Defines, whether the PDF Security setting allows low quality printing of the
# document's contents by default.
org.jfree.report.modules.output.pageable.pdf.AllowDegradedPrinting=false
#
# Defines whether the PDF file should be encrypted by default. Set this to
# "none" "40bit" or "128bit". Access restrictions have no effect if the document
# is not encrypted, and not all security settings are active on 40-Bit encryption.
org.jfree.report.modules.output.pageable.pdf.Encryption=none
####################################################################################
# Warning: Specifying passwords in the property file can introduce a security
# risk. Do not use these settings on the client side or in unprotected
# (world-readable) server environments. In these cases use other means of
# defining the password.
#
# The default user password for the document.
# Users are able to access the document within the defined security restrictions.
#org.jfree.report.modules.output.pageable.pdf.UserPassword=
#
# The default owner password for the document.
# The owner has all perfmissions on the document and will be able to
# change the security settings.
#org.jfree.report.modules.output.pageable.pdf.OwnerPassword=
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -