Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
coldfusion.service 

PdfInfo  - AS3 CF

Пакетcoldfusion.service
Классpublic class PdfInfo
НаследованиеPdfInfo Inheritance Object

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: Flash Player 9, AIR 1.0

A class that is remotely mapped to 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
 Inheritedconstructor : 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
Общедоступные методы
 МетодОпределено
  
Creates an instance of the PdfInfo class.
PdfInfo
 Inherited
Показывает, определено ли заданное свойство для объекта.
Object
 Inherited
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра.
Object
 Inherited
Показывает наличие заданного свойства и его перечисляемость.
Object
 Inherited
Задает доступность динамического свойства для операций цикла.
Object
 Inherited
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали.
Object
 Inherited
Возвращает строковое представление заданного объекта.
Object
 Inherited
Возвращает элементарное значение заданного объекта.
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

свойство 
public var pageSizes:Array

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: Flash Player 9, AIR 1.0

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.





[ X ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.