| Pacchetto | com.adobe.solutions.rca.constant |
| Classe | public class DocumentType |
| Ereditarietà | DocumentType Object |
| Sottoclassi | LocalizedDocumentType |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
DocumentType enum.
Proprietà pubbliche
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
The constructor for DocumentType class. | DocumentType | ||
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
Costanti pubbliche
| Costante | Definito da | ||
|---|---|---|---|
| DOCUMENT : String = "DOCUMENT" [statico] The value specifies that the document type is document or DocumentReference. | DocumentType | ||
| REF : String = "REF" [statico]
The value specifies that the document type is reference like a URL. | DocumentType | ||
| TYPES : Array [statico]
Utility array of all possible values for type property of SupportingDocument. | DocumentType | ||
Descrizione della funzione di costruzione
DocumentType | () | Funzione di costruzione |
public function DocumentType()| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for DocumentType class.
The DocumentType class provides values for the type property of SupportingDocument.
A supporting document can refer to a document or reference (URL).
Elementi API correlati
Descrizione delle costanti
DOCUMENT | Costante |
public static const DOCUMENT:String = "DOCUMENT"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The value specifies that the document type is document or DocumentReference.
REF | Costante |
public static const REF:String = "REF"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The value specifies that the document type is reference like a URL.
TYPES | Costante |
public static const TYPES:Array| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10.0 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Utility array of all possible values for type property of SupportingDocument.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate