Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.icc.dc.domain 

TextModuleInstance  - AS3 Asset Composer

Paquetecom.adobe.icc.dc.domain
Clasepublic class TextModuleInstance
HerenciaTextModuleInstance Inheritance BaseModuleInstance Inheritance EventDispatcher Inheritance 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

This class is the runtime representation of the text module present in the letter.



Propiedades públicas
 PropiedadDefinido por
 InheritedassignedPosition : int
[solo lectura] The assigned position of the module within its container.
BaseModuleInstance
 Inheritedconstructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada.
Object
 InheritedcontentVariables : IList
[solo lectura] The set of active variables for the module.
BaseModuleInstance
 Inheriteddescription : String
[solo lectura] Description associated with this ModuleInstance.
BaseModuleInstance
 Inheritededitable : Boolean
[solo lectura] True if this module is editable in its container (based on the assignment).
BaseModuleInstance
 Inheritedextra : 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
 InheritedhasConflict : Boolean
[solo lectura] The flag indicating if this module is conflicting with its latest version.
BaseModuleInstance
 Inheritedid : String
[solo lectura] Unique identification associated with this ModuleInstance.
BaseModuleInstance
 InheritedindentationLevel : 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
 Inheritedname : String
[solo lectura] Name associated with this ModuleInstance.
BaseModuleInstance
  newLine : Boolean
[solo lectura] Checks if given module is newline module
TextModuleInstance
 InheritednewMandatory : 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
 InheritednonEditableOverride : 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
 Inheritedoccur : int
The occurrence index of this content within its parent container.
BaseModuleInstance
 Inheritedoptional : Boolean
[solo lectura] True if this module is optional in its container (based on the assignment, not the selected state).
BaseModuleInstance
 InheritedparentContainer : IContainerInstance
[solo lectura] Parent container instance containing this ModuleInstance
BaseModuleInstance
 InheritedpreSelected : 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
 Inheritedselected : Boolean
Is the module is selected to be included in letter
BaseModuleInstance
 InheritedselectedPosition : int
Position of the content in it's container among all the selected contents of the container.
BaseModuleInstance
 InheritedskipStyle : Boolean
[solo lectura] Skip Style of the module.
BaseModuleInstance
 Inheritedtooltip : String
[solo lectura] Tooltip associated with this ModuleInstance.
BaseModuleInstance
 Inheritedvalid : Boolean
[solo lectura] Boolean indicating whether the content is valid
BaseModuleInstance
Métodos públicos
 MétodoDefinido por
  
TextModuleInstance(moduleData:ModuleData, vParentContainer:IContainerInstance = null, remod:ReloadModule = null)
Constructor
TextModuleInstance
 Inherited
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
 Inherited
Distribuye un evento en el flujo del evento.
EventDispatcher
 Inherited
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento.
EventDispatcher
 Inherited
Indica si un objeto tiene definida una propiedad especificada.
Object
 Inherited
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro.
Object
 Inherited
Indica si existe la propiedad especificada y si es enumerable.
Object
 Inherited
Refresh should be called when item is selected.
BaseModuleInstance
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Elimina un detector del objeto EventDispatcher.
EventDispatcher
 Inherited
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle.
Object
 Inherited
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional.
Object
 Inherited
Devuelve la representación de cadena del objeto especificado.
Object
 Inherited
Devuelve el valor simple del objeto especificado.
Object
 Inherited
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
Métodos protegidos
 MétodoDefinido por
 Inherited
moduleDataChangeHandler(event:ModuleDataEvent):void
Called when the module content's associated data object changes.
BaseModuleInstance
Eventos
 Evento Resumen Definido por
 Inherited[evento broadcast] Se distribuye cuando Flash Player o AIR pasan a estar activos.EventDispatcher
 Inherited[evento broadcast] Se distribuye cuando Flash Player o de AIR pasan a estar inactivos.EventDispatcher
Información sobre propiedades

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

com.adobe.icc.dc.domain.ModuleInstancefactory.MODULETYPE_TEXT

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 
newLine: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 newline module



Implementación
    public function get newLine():Boolean

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
Información sobre constructores

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ámetros
moduleData: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.




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.