Package | coldfusion.service |
Classe | public class DocumentItem |
Héritage | DocumentItem Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
CFIDE.services.documentitem
.
The ColdFusion service requires input in CFIDE.services.documentitem
.
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
content : String
Contents of the document. | DocumentItem | ||
type : String
Specifies the action:
pagebreak: starts a new page at the location of the tag.
header: uses the text between the and tags as the running header.
footer: uses the text between the and tags as the running footer.
| DocumentItem |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Creates an instance of the DocumentItem class. | DocumentItem | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Détails de la propriété
content | propriété |
public var content:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
Contents of the document.
type | propriété |
public var type:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
Specifies the action:
- pagebreak: starts a new page at the location of the tag.
- header: uses the text between the tags as the running header.
- footer: uses the text between the tags as the running footer.
Détails du constructeur
DocumentItem | () | Constructeur |
public function DocumentItem()
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
Creates an instance of the DocumentItem
class.
Tue Jun 12 2018, 09:30 AM Z