Pakket | com.adobe.livecycle.rca.model.constant |
Klasse | public class DocumentType |
Overerving | DocumentType Object |
Vervangen vanaf Review, Commenting, and Approval 10: Gebruik com.adobe.solutions.rca.constant.DocumentType
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Provides values for the SupportingDocument property type. | DocumentType | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
DOCUMENT : String = "DOCUMENT" [statisch] Specifies that the type is document. | DocumentType | ||
REF : String = "REF" [statisch]
Specifies that the document type is reference. | DocumentType | ||
TYPES : Array [statisch] A utility array of all possible values for the SupportingDocument property type. | DocumentType |
Constructordetails
DocumentType | () | Constructor |
public function DocumentType()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Provides values for the SupportingDocument
property type.
A supporting document can refer to a document or a reference. For example, a URL.
Verwante API-elementen
Constantedetails
DOCUMENT | Constante |
public static const DOCUMENT:String = "DOCUMENT"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the type is document. A document is a DocumentReference
object,
which can represent a LiveCycle document or a URL.
Verwante API-elementen
REF | Constante |
public static const REF:String = "REF"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies that the document type is reference. For example, a URL.
TYPES | Constante |
public static const TYPES:Array
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 9.5 |
Runtimeversies: | Flash Player 9, Flash Player 10, AIR (unsupported) |
A utility array of all possible values for the SupportingDocument
property type.
Wed Jun 13 2018, 11:42 AM Z