| Paket | coldfusion.service |
| Sınıf | public class DocumentSection |
| Miras Alma | DocumentSection Object |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | ColdFusion 9 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
CFIDE.services.documentsection.
The ColdFusion service requires the input in CFIDE.services.documentsection.
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| 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
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | 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 | ||
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
Creates an instance of the DocumentSection class. | DocumentSection | ||
![]() |
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | |
![]() |
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | |
![]() |
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | |
![]() |
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | |
![]() |
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | |
![]() |
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | |
![]() |
Belirtilen nesnenin temel değerini döndürür. | Object | |
authpassword | özellik |
public var authpassword:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | ColdFusion 9 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Password sent to the target URL for Basic Authentication.
authuser | özellik |
public var authuser:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | ColdFusion 9 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
User name sent to the target URL for Basic Authentication.
content | özellik |
public var content:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | ColdFusion 9 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Contents of the document.
documentitem | özellik |
public var documentitem:Array| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | ColdFusion 9 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Specifies unique headers and footers for each section.
marginbottom | özellik |
public var marginbottom:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | ColdFusion 9 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Bottom margin in inches (default) or centimeters.
marginleft | özellik |
public var marginleft:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | ColdFusion 9 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Left margin in inches (default) or centimeters.
marginright | özellik |
public var marginright:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | ColdFusion 9 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Right margin in inches (default) or centimeters.
margintop | özellik |
public var margintop:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | ColdFusion 9 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Top margin in inches (default) or centimeters.
mimetype | özellik |
public var mimetype:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | ColdFusion 9 |
| Çalışma Zamanı Sürümleri: | 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 | özellik |
public var name:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | ColdFusion 9 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Bookmark name for the section.
src | özellik |
public var src:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | ColdFusion 9 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
URL or the relative path to the web root.
useragent | özellik |
public var useragent:String| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | ColdFusion 9 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Text to put in the HTTP User-Agent request header field.
DocumentSection | () | Yapıcı |
public function DocumentSection()| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | ColdFusion 9 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Creates an instance of the DocumentSection class.
Tue Jun 12 2018, 01:09 PM Z
Miras Alınan Genel Özellikleri Gizle
Miras Alınan Genel Özellikleri Göster