Packagecoldfusion.service
Classpublic class DocumentSection
InheritanceDocumentSection Inheritance Object

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

A class that is remotely mapped to CFIDE.services.documentsection. The ColdFusion service requires the input in CFIDE.services.documentsection.



Public Properties
 PropertyDefined 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
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  content : String
DocumentSection
  documentitem : Array
DocumentSection
  marginbottom : String
Bottom margin in inches (default) or centimeters.
DocumentSection
  marginleft : String
Left margin in inches (default) or centimeters.
DocumentSection
  marginright : String
DocumentSection
  margintop : String
Right margin in inches (default) or centimeters.
DocumentSection
  mimetype : String
MIME type of the source document.
DocumentSection
  name : String
Bookmark name for the section.
DocumentSection
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  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
Public Methods
 MethodDefined By
  
Creates an instance of the DocumentSection class.
DocumentSection
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail
authpasswordproperty
public var authpassword:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

Password sent to the target URL for Basic Authentication.

authuserproperty 
public var authuser:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

User name sent to the target URL for Basic Authentication.

contentproperty 
public var content:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

documentitemproperty 
public var documentitem:Array

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

marginbottomproperty 
public var marginbottom:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

Bottom margin in inches (default) or centimeters.

marginleftproperty 
public var marginleft:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

Left margin in inches (default) or centimeters.

marginrightproperty 
public var marginright:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

margintopproperty 
public var margintop:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

Right margin in inches (default) or centimeters.

mimetypeproperty 
public var mimetype:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

MIME type of the source document. Supported MIME types are:

nameproperty 
public var name:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

Bookmark name for the section.

srcproperty 
public var src:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

URL or the relative path to the web root.

useragentproperty 
public var useragent:String

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

Text to put in the HTTP User-Agent request header field.

Constructor Detail
DocumentSection()Constructor
public function DocumentSection()

Language Version: ActionScript 3.0
Product Version: CF 9
Runtime Versions: Flash Player 9, AIR 1.0

Creates an instance of the DocumentSection class.