Paket | coldfusion.service |
Klasse | public class DocumentSection |
Vererbung | DocumentSection Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
CFIDE.services.documentsection
.
The ColdFusion service requires the input in CFIDE.services.documentsection
.
Eigenschaft | Definiert von | ||
---|---|---|---|
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
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | 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 |
Methode | Definiert von | ||
---|---|---|---|
Creates an instance of the DocumentSection class. | DocumentSection | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
authpassword | Eigenschaft |
public var authpassword:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Password sent to the target URL for Basic Authentication.
authuser | Eigenschaft |
public var authuser:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
User name sent to the target URL for Basic Authentication.
content | Eigenschaft |
public var content:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Contents of the document.
documentitem | Eigenschaft |
public var documentitem:Array
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Specifies unique headers and footers for each section.
marginbottom | Eigenschaft |
public var marginbottom:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Bottom margin in inches (default) or centimeters.
marginleft | Eigenschaft |
public var marginleft:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Left margin in inches (default) or centimeters.
marginright | Eigenschaft |
public var marginright:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Right margin in inches (default) or centimeters.
margintop | Eigenschaft |
public var margintop:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Top margin in inches (default) or centimeters.
mimetype | Eigenschaft |
public var mimetype:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | 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 | Eigenschaft |
public var name:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Bookmark name for the section.
src | Eigenschaft |
public var src:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
URL or the relative path to the web root.
useragent | Eigenschaft |
public var useragent:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Text to put in the HTTP User-Agent request header field.
DocumentSection | () | Konstruktor |
public function DocumentSection()
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Creates an instance of the DocumentSection
class.
Tue Jun 12 2018, 10:04 AM Z