Paket | coldfusion.service |
Klass | public class DocumentSection |
Arv | DocumentSection Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
CFIDE.services.documentsection
.
The ColdFusion service requires the input in CFIDE.services.documentsection
.
Egenskap | Definieras med | ||
---|---|---|---|
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
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | 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 |
Metod | Definieras med | ||
---|---|---|---|
Creates an instance of the DocumentSection class. | DocumentSection | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
authpassword | egenskap |
public var authpassword:String
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Password sent to the target URL for Basic Authentication.
authuser | egenskap |
public var authuser:String
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
User name sent to the target URL for Basic Authentication.
content | egenskap |
public var content:String
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Contents of the document.
documentitem | egenskap |
public var documentitem:Array
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Specifies unique headers and footers for each section.
marginbottom | egenskap |
public var marginbottom:String
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Bottom margin in inches (default) or centimeters.
marginleft | egenskap |
public var marginleft:String
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Left margin in inches (default) or centimeters.
marginright | egenskap |
public var marginright:String
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Right margin in inches (default) or centimeters.
margintop | egenskap |
public var margintop:String
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Top margin in inches (default) or centimeters.
mimetype | egenskap |
public var mimetype:String
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | 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 | egenskap |
public var name:String
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Bookmark name for the section.
src | egenskap |
public var src:String
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
URL or the relative path to the web root.
useragent | egenskap |
public var useragent:String
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Text to put in the HTTP User-Agent request header field.
DocumentSection | () | Konstruktor |
public function DocumentSection()
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Creates an instance of the DocumentSection
class.
Tue Jun 12 2018, 01:40 PM Z