パッケージ | flashx.textLayout.operations |
クラス | public class CreateSubParagraphGroupOperation |
継承 | CreateSubParagraphGroupOperation FlowTextOperation FlowOperation Object |
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
absoluteEnd : int
この操作を適用する、テキスト範囲の絶対終了ポイント。 | FlowTextOperation | ||
absoluteStart : int
この操作を適用する、テキスト範囲の絶対開始ポイント。 | FlowTextOperation | ||
beginGeneration : uint [読み取り専用]
操作前のテキストフロー生成。 | FlowOperation | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
endGeneration : uint [読み取り専用]
操作後のテキストフロー生成。 | FlowOperation | ||
format : flashx.textLayout.formats:ITextLayoutFormat 新しい SubParagraphGroupElement に適用されるフォーマット
| CreateSubParagraphGroupOperation | ||
newSubParagraphGroupElement : SubParagraphGroupElement [読み取り専用] 新しい SubParagraphGroupElement。 | CreateSubParagraphGroupOperation | ||
originalSelectionState : SelectionState
操作開始時の選択状態。 | FlowTextOperation | ||
parent : FlowGroupElement
この操作で変更するエレメントを指定します。 | CreateSubParagraphGroupOperation | ||
textFlow : flashx.textLayout.elements:TextFlow
この操作を適用する TextFlow オブジェクト。 | FlowOperation | ||
userData : *
エレメントに関連付けられている任意のデータ。 | FlowOperation |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
CreateSubParagraphGroupOperation(operationState:SelectionState, parent:FlowGroupElement = null, format:flashx.textLayout.formats:ITextLayoutFormat = null)
コンストラクターです。 | CreateSubParagraphGroupOperation | ||
この操作が取り消しスタックに配置されている場合、テストします。 | FlowOperation | ||
操作を実行します。 | FlowOperation | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
[オーバーライド]
操作を再実行します。 | FlowTextOperation | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
操作を取り消します。 | FlowOperation | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
プロパティの詳細
format | プロパティ |
format:flashx.textLayout.formats:ITextLayoutFormat
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
新しい SubParagraphGroupElement に適用されるフォーマット
実装
public function get format():flashx.textLayout.formats:ITextLayoutFormat
public function set format(value:flashx.textLayout.formats:ITextLayoutFormat):void
newSubParagraphGroupElement | プロパティ |
newSubParagraphGroupElement:SubParagraphGroupElement
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
新しい SubParagraphGroupElement。
実装
public function get newSubParagraphGroupElement():SubParagraphGroupElement
parent | プロパティ |
parent:FlowGroupElement
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
この操作で変更するエレメントを指定します。
実装
public function get parent():FlowGroupElement
public function set parent(value:FlowGroupElement):void
コンストラクターの詳細
CreateSubParagraphGroupOperation | () | コンストラクター |
public function CreateSubParagraphGroupOperation(operationState:SelectionState, parent:FlowGroupElement = null, format:flashx.textLayout.formats:ITextLayoutFormat = null)
言語バージョン: | ActionScript 3.0 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
コンストラクターです。この操作は、選択範囲の最初の段落に単一の SubParagraphGroupElement を作成します。 その段落では、段落終了文字でその選択範囲に対して考慮されない文字が少なくとも 1 つ選択されている必要があります。 spgeParent を指定すると、その spgeParent によって含められる選択範囲の一部に SubParagraphGroupElement が作成されます。
パラメーターoperationState:SelectionState — 操作を適用する選択範囲。
| |
parent:FlowGroupElement (default = null ) — spge エレメントのオプションの親。 指定しない場合、選択範囲に基づいて自動的に指定されます。
| |
format:flashx.textLayout.formats:ITextLayoutFormat (default = null ) — 新しい spge エレメントで設定するオプションのフォーマット。
|
Tue Jun 12 2018, 10:34 AM Z