Pacote | coldfusion.service |
Classe | public class DocumentSection |
Herança | DocumentSection Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
CFIDE.services.documentsection
.
The ColdFusion service requires the input in CFIDE.services.documentsection
.
Propriedade | Definido por | ||
---|---|---|---|
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
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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 |
Método | Definido por | ||
---|---|---|---|
Creates an instance of the DocumentSection class. | DocumentSection | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
authpassword | propriedade |
public var authpassword:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Password sent to the target URL for Basic Authentication.
authuser | propriedade |
public var authuser:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
User name sent to the target URL for Basic Authentication.
content | propriedade |
public var content:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Contents of the document.
documentitem | propriedade |
public var documentitem:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Specifies unique headers and footers for each section.
marginbottom | propriedade |
public var marginbottom:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Bottom margin in inches (default) or centimeters.
marginleft | propriedade |
public var marginleft:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Left margin in inches (default) or centimeters.
marginright | propriedade |
public var marginright:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Right margin in inches (default) or centimeters.
margintop | propriedade |
public var margintop:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Top margin in inches (default) or centimeters.
mimetype | propriedade |
public var mimetype:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | 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 | propriedade |
public var name:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Bookmark name for the section.
src | propriedade |
public var src:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
URL or the relative path to the web root.
useragent | propriedade |
public var useragent:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Text to put in the HTTP User-Agent request header field.
DocumentSection | () | Construtor |
public function DocumentSection()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Creates an instance of the DocumentSection
class.
Wed Jun 13 2018, 11:10 AM Z