包 | coldfusion.service |
类 | public class PdfInfo |
继承 | PdfInfo Object |
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
CFIDE.services.pdfinfo
.
The ColdFusion pdf service returns getinfo as an instance of CFIDE.services.pdfinfo
.
属性 | 由以下参数定义 | ||
---|---|---|---|
application : String
Application used to create the PDF document. | PdfInfo | ||
author : String
Author of the PDF document. | PdfInfo | ||
centerWindowOnScreen : String
Display setting for initial view of the PDF document. | PdfInfo | ||
changingDocument : String
Permissions assigned for editing the PDF content. | PdfInfo | ||
commenting : String
Permissions assigned for adding comments to the PDF document. | PdfInfo | ||
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
contentExtraction : String
Permissions assigned for extracting content from the PDF document. | PdfInfo | ||
copyContent : String
Permissions assigned for copying content from the PDF document. | PdfInfo | ||
created : String
System-generated creation date of the PDF document. | PdfInfo | ||
documentAssembly : String
Permissions assigned for merging the PDF document with other PDF documents. | PdfInfo | ||
encryption : String
Specifies whether the PDF file is password-protected. | PdfInfo | ||
filePath : String
Absolute pathname for the PDF file. | PdfInfo | ||
fillingForm : String
Permissions assigned for entering data in form fields. | PdfInfo | ||
fitToWindow : String
Display setting for initial view of the PDF document. | PdfInfo | ||
hideMenubar : String
Display setting for initial view of the PDF document. | PdfInfo | ||
hideToolbar : String
Display setting for initial view of the PDF document. | PdfInfo | ||
hideWindowUI : String
Display setting for initial view of the PDF document. | PdfInfo | ||
keywords : String
Keywords specified for searches in the PDF document. | PdfInfo | ||
language : String
Language version used to create the source file for the PDF document. | PdfInfo | ||
modified : String
System-generated timestamp for when the PDF file was last modified. | PdfInfo | ||
pageLayout : String
Display setting for the initial view of the PDF document. | PdfInfo | ||
pageSizes : Array | PdfInfo | ||
printing : String
Permissions assigned for printing the document. | PdfInfo | ||
producer : String
Application that created the PDF. | PdfInfo | ||
properties : String
Version of Acrobat Distiller used to generate the PDF document. | PdfInfo | ||
secure : String
Display setting that shows whether the PDF document is password protected. | PdfInfo | ||
showDocumentsOption : String
Display setting for initial view of the PDF document. | PdfInfo | ||
showWindowsOption : String
Display setting for initial view of the PDF document. | PdfInfo | ||
signing : String
Permissions for allowing electronic signatures to the PDF document. | PdfInfo | ||
subject : String
The subject assigned to the PDF document. | PdfInfo | ||
title : String
Title of the PDF. | PdfInfo | ||
totalPages : String
The title assigned to the PDF document. | PdfInfo | ||
trapped : String
Indicates whether trapping is applied to the PDF document. | PdfInfo | ||
version : String
Version of the Adobe PDF generator used to create the PDF document. | PdfInfo |
方法 | 由以下参数定义 | ||
---|---|---|---|
PdfInfo()
Creates an instance of the PdfInfo class. | PdfInfo | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
application | 属性 |
public var application:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Application used to create the PDF document. This value is read-only.
author | 属性 |
public var author:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Author of the PDF document.
You can specify a text string with the setInfo
action.
centerWindowOnScreen | 属性 |
public var centerWindowOnScreen:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
changingDocument | 属性 |
public var changingDocument:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Permissions assigned for editing the PDF content.
commenting | 属性 |
public var commenting:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Permissions assigned for adding comments to the PDF document.
contentExtraction | 属性 |
public var contentExtraction:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Permissions assigned for extracting content from the PDF document.
copyContent | 属性 |
public var copyContent:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Permissions assigned for copying content from the PDF document.
created | 属性 |
public var created:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
System-generated creation date of the PDF document.
You can specify a text string with the setInfo
action.
documentAssembly | 属性 |
public var documentAssembly:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Permissions assigned for merging the PDF document with other PDF documents.
encryption | 属性 |
public var encryption:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Specifies whether the PDF file is password-protected.
filePath | 属性 |
public var filePath:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Absolute pathname for the PDF file. This value is read-only.
fillingForm | 属性 |
public var fillingForm:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Permissions assigned for entering data in form fields.
fitToWindow | 属性 |
public var fitToWindow:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
hideMenubar | 属性 |
public var hideMenubar:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
hideToolbar | 属性 |
public var hideToolbar:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
hideWindowUI | 属性 |
public var hideWindowUI:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
keywords | 属性 |
public var keywords:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Keywords specified for searches in the PDF document.
language | 属性 |
public var language:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Language version used to create the source file for the PDF document. For example, EN-US. This value is read-only.
modified | 属性 |
public var modified:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
System-generated timestamp for when the PDF file was last modified.
You can specify a text string with the setInfo
action.
pageLayout | 属性 |
public var pageLayout:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Display setting for the initial view of the PDF document.
pageSizes | 属性 |
printing | 属性 |
public var printing:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Permissions assigned for printing the document.
producer | 属性 |
public var producer:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Application that created the PDF.
properties | 属性 |
public var properties:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Version of Acrobat Distiller used to generate the PDF document. This value is read-only.
secure | 属性 |
public var secure:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Display setting that shows whether the PDF document is password protected.
showDocumentsOption | 属性 |
public var showDocumentsOption:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
showWindowsOption | 属性 |
public var showWindowsOption:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Display setting for initial view of the PDF document.
signing | 属性 |
public var signing:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Permissions for allowing electronic signatures to the PDF document.
subject | 属性 |
public var subject:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
The subject assigned to the PDF document.
You can specify a text string with the setInfo
action.
title | 属性 |
public var title:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Title of the PDF.
totalPages | 属性 |
public var totalPages:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
The title assigned to the PDF document.
You can specify a text string with the setInfo
action.
trapped | 属性 |
public var trapped:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Indicates whether trapping is applied to the PDF document.
Trapping is used in printing to eliminate gaps between two adjoining ink colors.
You can specify a text string with the setInfo
action.
version | 属性 |
public var version:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Version of the Adobe PDF generator used to create the PDF document.
PdfInfo | () | 构造函数 |
public function PdfInfo()
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Creates an instance of the PdfInfo
class.
Tue Jun 12 2018, 11:04 AM Z