Paket | flashx.textLayout.operations |
Klasse | public class ApplyFormatOperation |
Vererbung | ApplyFormatOperation FlowTextOperation FlowOperation Object |
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 10, AIR 1.5 |
Eine ApplyFormatOperation wendet das leaf-Format auf den Text innerhalb des festgelegten Bereichs an. (Wenn der festgelegte Bereich ein einzelner Punkt ist, erfolgen keine Änderungen.) Das Absatzformat wird dabei auf alle Absätze angewendet, die zumindest teilweise innerhalb des Bereichs liegen (oder auf einen einzelnen Absatz, wenn der Bereich ein einzelner Punkt ist). Außerdem wird das Containerformat auf alle Container angewendet, die zumindest teilweise innerhalb des Bereichs liegen (oder einen einzelnen Container, wenn der Bereich ein einzelner Punkt ist).
Verwandte API-Elemente
Eigenschaft | Definiert von | ||
---|---|---|---|
absoluteEnd : int
Der absolute Endpunkt des Textbereichs, auf den dieser Vorgang angewendet wird. | FlowTextOperation | ||
absoluteStart : int
Der absolute Startpunkt des Textbereichs, auf den dieser Vorgang angewendet wird. | FlowTextOperation | ||
beginGeneration : uint [schreibgeschützt]
Die Textflussgenerierung vor dem Vorgang. | FlowOperation | ||
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | ||
containerFormat : flashx.textLayout.formats:ITextLayoutFormat
Die Format-Eigenschaften, die auf die Container im Bereich angewendet werden sollen. | ApplyFormatOperation | ||
endGeneration : uint [schreibgeschützt]
Die Textflussgenerierung nach dem Vorgang. | FlowOperation | ||
leafFormat : flashx.textLayout.formats:ITextLayoutFormat
Die format-Eigenschaften, die auf die leaf-Elemente im Bereich angewendet werden sollen. | ApplyFormatOperation | ||
originalSelectionState : SelectionState
Der Auswahlstatus am Beginn des Vorgangs. | FlowTextOperation | ||
paragraphFormat : flashx.textLayout.formats:ITextLayoutFormat
Die format-Eigenschaften, die auf die Absätze im Bereich angewendet werden sollen. | ApplyFormatOperation | ||
textFlow : flashx.textLayout.elements:TextFlow
Das TextFlow-Objekt, auf das dieser Vorgang angewendet wird. | FlowOperation | ||
userData : *
Willkürliche Daten, die mit einem Element verknüpft sind. | FlowOperation |
Methode | Definiert von | ||
---|---|---|---|
ApplyFormatOperation(operationState:SelectionState, leafFormat:flashx.textLayout.formats:ITextLayoutFormat, paragraphFormat:flashx.textLayout.formats:ITextLayoutFormat, containerFormat:flashx.textLayout.formats:ITextLayoutFormat = null)
Erstellt ein ApplyFormatOperation-Objekt. | ApplyFormatOperation | ||
Testet, ob diese Operation im Undo-Stack platziert werden soll. | FlowOperation | ||
Führt den Vorgang aus. | FlowOperation | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
[override]
Führt den Vorgang erneut aus. | FlowTextOperation | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Kehrt den Vorgang um. | FlowOperation | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
containerFormat | Eigenschaft |
containerFormat:flashx.textLayout.formats:ITextLayoutFormat
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 10, AIR 1.5 |
Die Format-Eigenschaften, die auf die Container im Bereich angewendet werden sollen.
Die Formate für Container, die wenigstens teilweise innerhalb des Bereichs liegen, werden aktualisiert. Wenn der Bereich dieses Vorgangs ein Punkt ist, wird ein einzelner Container aktualisiert. Wenn containerFormat
null
ist, werden keine Containerformate geändert.
Implementierung
public function get containerFormat():flashx.textLayout.formats:ITextLayoutFormat
public function set containerFormat(value:flashx.textLayout.formats:ITextLayoutFormat):void
leafFormat | Eigenschaft |
leafFormat:flashx.textLayout.formats:ITextLayoutFormat
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 10, AIR 1.5 |
Die format-Eigenschaften, die auf die leaf-Elemente im Bereich angewendet werden sollen.
Wenn der Bereich dieses Vorgangs ein Punkt ist, oder wenn leafFormat
null
ist, werden keine leaf-Elementformate geändert.
Implementierung
public function get leafFormat():flashx.textLayout.formats:ITextLayoutFormat
public function set leafFormat(value:flashx.textLayout.formats:ITextLayoutFormat):void
paragraphFormat | Eigenschaft |
paragraphFormat:flashx.textLayout.formats:ITextLayoutFormat
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 10, AIR 1.5 |
Die format-Eigenschaften, die auf die Absätze im Bereich angewendet werden sollen.
Die Formate für Absätze, die zumindest teilweise innerhalb des Bereichs liegen, werden aktualisiert. Wenn der Bereich dieses Vorgangs ein Punkt ist, wird ein einzelner Absatz aktualisiert. Wenn paragraphFormat
null
ist, werden keine Absatzformate geändert.
Implementierung
public function get paragraphFormat():flashx.textLayout.formats:ITextLayoutFormat
public function set paragraphFormat(value:flashx.textLayout.formats:ITextLayoutFormat):void
ApplyFormatOperation | () | Konstruktor |
public function ApplyFormatOperation(operationState:SelectionState, leafFormat:flashx.textLayout.formats:ITextLayoutFormat, paragraphFormat:flashx.textLayout.formats:ITextLayoutFormat, containerFormat:flashx.textLayout.formats:ITextLayoutFormat = null)
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 10, AIR 1.5 |
Erstellt ein ApplyFormatOperation-Objekt.
ParameteroperationState:SelectionState — Definiert den Textbereich, auf den das Format angewendet wird.
| |
leafFormat:flashx.textLayout.formats:ITextLayoutFormat — Das Format, das auf LeafFlowElement-Objekte im ausgewählten Bereich angewendet werden soll.
| |
paragraphFormat:flashx.textLayout.formats:ITextLayoutFormat — Das Format, das auf ParagraphElement-Objekte im ausgewählten Bereich angewendet werden soll.
| |
containerFormat:flashx.textLayout.formats:ITextLayoutFormat (default = null ) — Das Format, das auf Container im ausgewählten Bereich angewendet werden soll.
|
Dieses Codefragment zeigt an, wie die ApplyFormatOperation
-Klasse verwendet werden kann. Nachdem ein Vorgang dieser Art ausgeführt wurde, wird die Schriftgröße des neuen TextLayoutFormat gesammelt, was dazu verwendet werden kann, eine anzuzeigende Bezeichnung oder ein Menü zu aktualisieren.
package flashx.textLayout.operations.examples { import flashx.textLayout.elements.TextFlow; import flashx.textLayout.events.FlowOperationEvent; import flashx.textLayout.operations.ApplyFormatOperation; public class ApplyFormatOperation_example { public function attach(textFlow:TextFlow):void { textFlow.addEventListener(FlowOperationEvent.FLOW_OPERATION_BEGIN, opEndHandler); } public function opEndHandler(evt:FlowOperationEvent):void { var flowOp:ApplyFormatOperation = evt.operation as ApplyFormatOperation; if (flowOp is ApplyFormatOperation && flowOp.leafFormat != null && evt.cancelable) { //determine the font size - can be used to update a menu or label var fSize:int = flowOp.leafFormat.fontSize; if (fSize > 18) evt.preventDefault(); } } } }
Tue Jun 12 2018, 10:04 AM Z