Пакет | coldfusion.service |
Класс | public class DocumentSection |
Наследование | DocumentSection Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
CFIDE.services.documentsection
.
The ColdFusion service requires the input in CFIDE.services.documentsection
.
Свойство | Определено | ||
---|---|---|---|
authpassword : String
Password sent to the target URL for Basic Authentication. | DocumentSection | ||
authuser : String
User name sent to the target URL for Basic Authentication. | DocumentSection | ||
constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | Object | ||
content : String
Contents of the document. | DocumentSection | ||
documentitem : Array
Specifies unique headers and footers for each section. | DocumentSection | ||
marginbottom : String
Bottom margin in inches (default) or centimeters. | DocumentSection | ||
marginleft : String
Left margin in inches (default) or centimeters. | DocumentSection | ||
marginright : String
Right margin in inches (default) or centimeters. | DocumentSection | ||
margintop : String
Top margin in inches (default) or centimeters. | DocumentSection | ||
mimetype : String
MIME type of the source document. | DocumentSection | ||
name : String
Bookmark name for the section. | DocumentSection | ||
src : String
URL or the relative path to the web root. | DocumentSection | ||
useragent : String
Text to put in the HTTP User-Agent request header field. | DocumentSection |
Метод | Определено | ||
---|---|---|---|
Creates an instance of the DocumentSection class. | DocumentSection | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
authpassword | свойство |
public var authpassword:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Password sent to the target URL for Basic Authentication.
authuser | свойство |
public var authuser:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
User name sent to the target URL for Basic Authentication.
content | свойство |
public var content:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Contents of the document.
documentitem | свойство |
public var documentitem:Array
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Specifies unique headers and footers for each section.
marginbottom | свойство |
public var marginbottom:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Bottom margin in inches (default) or centimeters.
marginleft | свойство |
public var marginleft:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Left margin in inches (default) or centimeters.
marginright | свойство |
public var marginright:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Right margin in inches (default) or centimeters.
margintop | свойство |
public var margintop:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Top margin in inches (default) or centimeters.
mimetype | свойство |
public var mimetype:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
MIME type of the source document. Supported MIME types are:
- text/html
- text/plain
- application/xml
- image/jpeg
- image/png
- image/gif
name | свойство |
public var name:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Bookmark name for the section.
src | свойство |
public var src:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
URL or the relative path to the web root.
useragent | свойство |
public var useragent:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Text to put in the HTTP User-Agent request header field.
DocumentSection | () | Конструктор |
public function DocumentSection()
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Creates an instance of the DocumentSection
class.
Tue Jun 12 2018, 11:34 AM Z