MpAuditExportPdfType

<< 点击显示目录 >>

主页  mappServices帮助手册 > mapp Audit:事件管理 > > 数据类型和枚举类型 > 数据类型 >

MpAuditExportPdfType

mapp Services V5.16

这种数据类型提供了关于审计线索的PDF输出应该是什么样子的信息。

参数

数据类型

描述说明

配置更新

DefaultFont

MpAuditFontTypeEnum

标准字体。如果没有为当前语言定义其他字体,则使用。

change_duringruntime

Format

MpAuditPageFormatEnum

页面格式

change_duringruntime

Direction

MpAuditPageDirectionEnum

定义方向:横向或纵向。

change_duringruntime

Margins

MpAuditPageMarginEnum

定义文本和页面边缘之间的距离。

change_duringruntime

OwnerPassword

STRING[50]

密码定义了是否允许打开、打印或编辑PDF文件。不允许与 "UserPassword "相同。

change_duringruntime

UserPassword

STRING[50]

密码定义了PDF文件是否允许被打开、打印或编辑。是不允许与 "OwnerPassword "相同的。

change_duringruntime

AllowPrint

BOOL

定义PDF文件是否可以被打印

change_duringruntime

AllowCopy

BOOL

定义PDF文件是否可以被复制

change_duringruntime

AllowEdit

BOOL

定义PDF文件是否可以被编辑

change_duringruntime

Icon

STRING[100]

可以在文件头集成一个图标,在这里指定路径。唯一支持的格式是.jpg。图标总是以其原始尺寸显示。

格式。 设备名/文件夹名/文件夹名/文件名.jpg

change_duringruntime

Header

STRING[100]

头部信息可以在这里指定。更多信息请见下文。

change_duringruntime

Title

MpAuditPdfTitleType

定义PDF文件中的标题。

 

Fonts

Array[0..4] of MpAuditLanguageFontType

定义哪种语言应使用哪种字体

 

为了确保文件能够被复制("Allow copy")、打印("Allow print")或编辑("Allow edit"),必须指定用户密码("Owner password"、"User password")。如果一个或两个密码都是空的,配置的设置就不会被考虑。

页眉文本用于 指定页眉信息。文本来源与其他事件文本相同,所以文本在配置中定义。这可能看起来像这样。

配置为源: "直接输入文本"

以文本系统为来源: "Namespace/TextID"

以VC4为来源: "group/index".

标题文本也可以使用各种缩写来创建。可以使用以下代码:

time: 输出的时间。可以指定所需的时间格式,  如下所述 "Inserting the time in the entry".

lb: "lb" 可以用来插入一个换行符。

usr: 输出时目前登录的用户

page: 页码

nrpages: 文件的总页数

缩略语的使用,例如,可以如下。

新格式

MpAudit export file ({&time}) / Page {&page}: MpAudit export file (1526541882) Page 5

"Header text" 在配置中被指定如下:

header_text

在这种情况下,它被链接到文本系统中的一个文本

textsystem

 

旧格式

MpAudit export file ([%time]) / Page [%page]: MpAudit export file (1526541882) Page 5