包 | 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:04 AM Z