| Language Version : | ActionScript 3.0 |
| Product Version : | OSMF 1.0 |
| Runtime Versions : | Flash Player 10, AIR 1.0 |
This class represents a caption style.
backgroundColor:Object| Language Version : | ActionScript 3.0 |
| Product Version : | OSMF 1.0 |
| Runtime Versions : | Flash Player 10, AIR 1.0 |
The background color for the control rendering
the captioning text in a hexadecimal format;
for example, 0xff0000 is red.
Implementation public function get backgroundColor():Object public function set backgroundColor(value:Object):voidbackgroundColorAlpha:Object| Language Version : | ActionScript 3.0 |
| Product Version : | OSMF 1.0 |
| Runtime Versions : | Flash Player 10, AIR 1.0 |
The alpha transparency of the background color as
a Number between 0 and 1.
Implementation public function get backgroundColorAlpha():Object public function set backgroundColorAlpha(value:Object):voidfontFamily:String| Language Version : | ActionScript 3.0 |
| Product Version : | OSMF 1.0 |
| Runtime Versions : | Flash Player 10, AIR 1.0 |
The font family.
Implementation public function get fontFamily():String public function set fontFamily(value:String):voidfontSize:int| Language Version : | ActionScript 3.0 |
| Product Version : | OSMF 1.0 |
| Runtime Versions : | Flash Player 10, AIR 1.0 |
The font size in pixels.
Implementation public function get fontSize():int public function set fontSize(value:int):voidfontStyle:String| Language Version : | ActionScript 3.0 |
| Product Version : | OSMF 1.0 |
| Runtime Versions : | Flash Player 10, AIR 1.0 |
The font style, normal or italic.
Implementation public function get fontStyle():String public function set fontStyle(value:String):voidfontWeight:String| Language Version : | ActionScript 3.0 |
| Product Version : | OSMF 1.0 |
| Runtime Versions : | Flash Player 10, AIR 1.0 |
The font weight, normal or bold.
Implementation public function get fontWeight():String public function set fontWeight(value:String):voidid:String [read-only]
| Language Version : | ActionScript 3.0 |
| Product Version : | OSMF 1.0 |
| Runtime Versions : | Flash Player 10, AIR 1.0 |
Get the CaptionStyle ID.
Implementation public function get id():StringtextAlign:String| Language Version : | ActionScript 3.0 |
| Product Version : | OSMF 1.0 |
| Runtime Versions : | Flash Player 10, AIR 1.0 |
The text alignment, left, center, or right.
Implementation public function get textAlign():String public function set textAlign(value:String):voidtextColor:Object| Language Version : | ActionScript 3.0 |
| Product Version : | OSMF 1.0 |
| Runtime Versions : | Flash Player 10, AIR 1.0 |
The text color of the caption in a hexadecimal format;
for example, 0xff0000 is red.
Implementation public function get textColor():Object public function set textColor(value:Object):voidtextColorAlpha:Object| Language Version : | ActionScript 3.0 |
| Product Version : | OSMF 1.0 |
| Runtime Versions : | Flash Player 10, AIR 1.0 |
The alpha transparency of the text color as
a Number between 0 and 1.
Implementation public function get textColorAlpha():Object public function set textColorAlpha(value:Object):voidwrapOption:Boolean| Language Version : | ActionScript 3.0 |
| Product Version : | OSMF 1.0 |
| Runtime Versions : | Flash Player 10, AIR 1.0 |
The word wrap option.
Implementation public function get wrapOption():Boolean public function set wrapOption(value:Boolean):voidpublic function CaptionStyle(id:String)| Language Version : | ActionScript 3.0 |
| Product Version : | OSMF 1.0 |
| Runtime Versions : | Flash Player 10, AIR 1.0 |
Creates a Style object.
Parameters | id:String — The ID is usually provided in the captioning document.
|
Fri May 6 2016, 10:06 AM +05:30