| Package | coldfusion.service | 
| Class | public class DocumentSection | 
| Inheritance | DocumentSection    Object | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
CFIDE.services.documentsection.
      The ColdFusion service requires the input in CFIDE.services.documentsection.
       
 	  | Property | Defined By | ||
|---|---|---|---|
| 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 
	 A reference to the class object or constructor function for a given object instance.  | 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 | ||
| Method | Defined By | ||
|---|---|---|---|
 	  Creates an instance of the DocumentSection class.  | DocumentSection | ||
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
authpassword | property | 
public var authpassword:String| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
Password sent to the target URL for Basic Authentication.
authuser | property | 
public var authuser:String| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
User name sent to the target URL for Basic Authentication.
content | property | 
public var content:String| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
Contents of the document.
documentitem | property | 
public var documentitem:Array| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
Specifies unique headers and footers for each section.
marginbottom | property | 
public var marginbottom:String| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
Bottom margin in inches (default) or centimeters.
marginleft | property | 
public var marginleft:String| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
Left margin in inches (default) or centimeters.
marginright | property | 
public var marginright:String| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
Right margin in inches (default) or centimeters.
margintop | property | 
public var margintop:String| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
Top margin in inches (default) or centimeters.
mimetype | property | 
public var mimetype:String| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | 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 | property | 
public var name:String| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
Bookmark name for the section.
src | property | 
public var src:String| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
URL or the relative path to the web root.
useragent | property | 
public var useragent:String| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
Text to put in the HTTP User-Agent request header field.
DocumentSection | () | Constructor | 
public function DocumentSection()| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
 	  Creates an instance of the DocumentSection class.
 	 
 	  
Thu Dec 4 2014, 05:50 PM -08:00
 