Package | flashx.textLayout.elements |
Interface | public interface IExplicitFormatResolver extends IFormatResolver |
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
See also
Method | Defined By | ||
---|---|---|---|
Returns the format resolver when a TextFlow is copied. | IFormatResolver | ||
invalidate(target:Object):void Invalidates cached formatting information on this element because, for example, the parent changed,
or the id or the styleName changed or the typeName changed. | IFormatResolver | ||
invalidateAll(textFlow:TextFlow):void Invalidates any cached formatting information for a TextFlow so that formatting must be recomputed. | IFormatResolver | ||
resolveExplicitFormat(target:Object):ITextLayoutFormat Given a FlowElement or ContainerController object, return any explicit format settings for it. | IExplicitFormatResolver | ||
resolveFormat(target:Object):ITextLayoutFormat Given a FlowElement or ContainerController object, return any format settings for it. | IFormatResolver | ||
resolveUserFormat(target:Object, userFormat:String):* Given a FlowElement or ContainerController object and the name of a format property, return the format value
or undefined if the value is not found. | IFormatResolver |
resolveExplicitFormat | () | method |
public function resolveExplicitFormat(target:Object):ITextLayoutFormat
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Given a FlowElement or ContainerController object, return any explicit format settings for it.
Parameters
target:Object |
ITextLayoutFormat — format settings for the specified object.
|