Paquete | com.adobe.icc.dc.domain |
Clase | public class TextModuleInstance |
Herencia | TextModuleInstance BaseModuleInstance EventDispatcher Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Propiedad | Definido por | ||
---|---|---|---|
assignedPosition : int [solo lectura]
The assigned position of the module within its container. | BaseModuleInstance | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
contentVariables : IList [solo lectura]
The set of active variables for the module. | BaseModuleInstance | ||
description : String [solo lectura]
Description associated with this ModuleInstance. | BaseModuleInstance | ||
editable : Boolean [solo lectura]
True if this module is editable in its container (based on the assignment). | BaseModuleInstance | ||
extra : Boolean [solo lectura]
The flag indicating if this module was not assigned while creating the letter. | BaseModuleInstance | ||
freeText : Boolean [solo lectura]
Checks if given module is added as free form text
| TextModuleInstance | ||
hasConflict : Boolean [solo lectura]
The flag indicating if this module is conflicting with its latest version. | BaseModuleInstance | ||
id : String [solo lectura]
Unique identification associated with this ModuleInstance. | BaseModuleInstance | ||
indentationLevel : Number
The level of indentation of the module with respect to the container holding the module instance. | BaseModuleInstance | ||
moduleType : String [override] [solo lectura]
Module type represented by this ModuleInstance: Text,Image,List,Condition
| TextModuleInstance | ||
moduleVo : DataModule [override] [solo lectura]
The instance of DataModule associated with this module instance. | TextModuleInstance | ||
name : String [solo lectura]
Name associated with this ModuleInstance. | BaseModuleInstance | ||
newLine : Boolean [solo lectura]
Checks if given module is newline module
| TextModuleInstance | ||
newMandatory : Boolean [solo lectura]
The flag indicating if this module was not mandatory earlier but is now mandatory when considering the latest version of the module instance. | BaseModuleInstance | ||
nonEditableOverride : Boolean [solo lectura]
The flag indicating if this module was editable earlier but is now non-editable when considering the latest version of the module instance. | BaseModuleInstance | ||
occur : int
The occurrence index of this content within its parent container. | BaseModuleInstance | ||
optional : Boolean [solo lectura]
True if this module is optional in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
parentContainer : IContainerInstance [solo lectura]
Parent container instance containing this ModuleInstance
| BaseModuleInstance | ||
preSelected : Boolean [solo lectura]
True if this module is pre-selected/removable in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
rawContent : String [solo lectura]
he raw content on a text module. | TextModuleInstance | ||
rawContentFormat : String [solo lectura]
Returns the module's raw content type. | TextModuleInstance | ||
resolvedContent : String [solo lectura]
The module's resolved content value. | TextModuleInstance | ||
resolvedContentFormat : String [solo lectura]
Returns the module's resolved content type. | TextModuleInstance | ||
selected : Boolean
Is the module is selected to be included in letter
| BaseModuleInstance | ||
selectedPosition : int
Position of the content in it's container among all the selected contents of the container. | BaseModuleInstance | ||
skipStyle : Boolean [solo lectura]
Skip Style of the module. | BaseModuleInstance | ||
tooltip : String [solo lectura]
Tooltip associated with this ModuleInstance. | BaseModuleInstance | ||
valid : Boolean [solo lectura]
Boolean indicating whether the content is valid
| BaseModuleInstance |
Método | Definido por | ||
---|---|---|---|
TextModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Constructor
| TextModuleInstance | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | EventDispatcher | ||
Distribuye un evento en el flujo del evento. | EventDispatcher | ||
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento. | EventDispatcher | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Refresh should be called when item is selected. | BaseModuleInstance | ||
Elimina un detector del objeto EventDispatcher. | EventDispatcher | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object | ||
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto. | EventDispatcher |
freeText | propiedad |
freeText:Boolean
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Checks if given module is added as free form text
Implementación
public function get freeText():Boolean
moduleType | propiedad |
moduleType:String
[solo lectura] [override] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Module type represented by this ModuleInstance: Text,Image,List,Condition
Implementación
override public function get moduleType():String
Elementos de API relacionados
moduleVo | propiedad |
moduleVo:DataModule
[solo lectura] [override] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
The instance of DataModule associated with this module instance.
Implementación
override public function get moduleVo():DataModule
newLine | propiedad |
rawContent | propiedad |
rawContent:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
he raw content on a text module.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get rawContent():String
rawContentFormat | propiedad |
rawContentFormat:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Returns the module's raw content type.
Implementación
public function get rawContentFormat():String
resolvedContent | propiedad |
resolvedContent:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
The module's resolved content value. Note that the module's isValid
property should always be considered along with
its value to properly interpret the meaning of the value, empty or not. It's possible to be in a state where the content isn't valid
but there's still a resolve value (e.g. a mandatory variable doesn't have a value so its token is still in the content; therefore
the module's content is invalid but it still has a value).
To get/set the module's raw content, use the rawContent
property.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange
.
Implementación
public function get resolvedContent():String
Elementos de API relacionados
resolvedContentFormat | propiedad |
resolvedContentFormat:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Returns the module's resolved content type.
Implementación
public function get resolvedContentFormat():String
TextModuleInstance | () | Información sobre |
public function TextModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Composer 10.0 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Constructor
ParámetrosmoduleData:ModuleData — ModuleData object represented by this instance.
| |
vParentContainer:IContainerInstance (default = null ) — Container of the Text Module that can be a list or a target area.
| |
remod:ReloadModule (default = null ) — Reload Module for the case of correspondence reload.
|
Tue Jun 12 2018, 02:12 PM Z