Package | org.osmf.smpte.tt.model |
Class | public class AnonymousSpanElement |
Inheritance | AnonymousSpanElement ![]() ![]() ![]() ![]() |
Subclasses | BrElement |
Property | Defined By | ||
---|---|---|---|
![]() | attributes : Vector.<TimedTextAttributeBase> [read-only]
List of attributes associated with this node
| TreeType | |
![]() | begin : TimeCode [read-only]
Get the time at which this element becomes active
| TreeType | |
![]() | body : BodyElement | TimedTextElementBase | |
![]() | cachedRegex : Dictionary [static] | TimedTextElementBase | |
![]() | children : Vector.<TreeType> [read-only]
List of time trees that are contained within this node
| TreeType | |
![]() | defaultZ : Number = 0.0001 [static] | TimedTextElementBase | |
![]() | duration : TimeCode [read-only]
Get the time at which this element is no longer active
| TreeType | |
![]() | end : TimeCode [read-only]
Get the time at which this element is no longer active
| TreeType | |
![]() | events : Vector.<TimeCode> [read-only]
return an ordered list of the significant time events
in the time tree. | TreeType | |
![]() | id : String | TimedTextElementBase | |
![]() | language : String | TimedTextElementBase | |
![]() | localName : String | TimedTextElementBase | |
![]() | metadata : Dictionary [read-only]
Metadata associated with this node
| TreeType | |
![]() | namespace : Namespace | TimedTextElementBase | |
![]() | parent : TreeType
tree node which is the unique parent of this node
| TreeType | |
![]() | root : TtElement | TimedTextElementBase | |
text : String | AnonymousSpanElement | ||
![]() | timeSemantics : TimeContainer
Specifies whether children are sequential or parallel in time. | TreeType | |
![]() | timing : Dictionary [read-only]
The begin, end and dur times for this node
| TreeType |
Method | Defined By | ||
---|---|---|---|
AnonymousSpanElement(p_text:String) | AnonymousSpanElement | ||
![]() | clearLocalStyle(property:String):void
Clear local style on this element
| TimedTextElementBase | |
![]() |
Walk the tree to determine the absolute start and end times of all the elements. | TreeType | |
![]() | getComputedStyle(propertyName:String, currentRegion:RegionElement):*
Get the final computed value for a style property from this element
| TimedTextElementBase | |
![]() | getElementFromName(elem:String):TimedTextElementBase [static]
Instantiate one of the TimedText.classes from a string representing its name. | TimedTextElementBase | |
[override]
Return the formatting object for anonymous span element
| AnonymousSpanElement | ||
![]() | getInheritedStyle(propertyName:String, currentRegion:RegionElement):Object
Get the computed value for a style property from this element's parent region
| TimedTextElementBase | |
![]() | getMetadata(attribute:String):String
Get recorded metadata for the given attribute
| TimedTextElementBase | |
![]() | getReferentStyle(property:String):Object
Look up a style property in any referent style elements. | TimedTextElementBase | |
![]() | serialize():String | TimedTextElementBase | |
![]() | setLocalStyle(property:String, value:*):void
Set a local style on this element allows modification at runtime. | TimedTextElementBase | |
![]() | temporallyActive(time:TimeCode):Boolean
Test if the tree is active at the given time
| TreeType | |
![]() | valid():Boolean
Test validity of this subtree
| TimedTextElementBase | |
![]() | writeAttributes(writer:XML):void | TimedTextElementBase | |
writeElement(writer:XML, isRoot:Boolean = false):void [override] | AnonymousSpanElement |
text | property |
public var text:String
AnonymousSpanElement | () | Constructor |
public function AnonymousSpanElement(p_text:String)
p_text:String |
getFormattingObject | () | method |
override public function getFormattingObject(tick:TimeCode):FormattingObject
Return the formatting object for anonymous span element
Parameters
tick:TimeCode |
FormattingObject |
writeElement | () | method |
override public function writeElement(writer:XML, isRoot:Boolean = false):void
Parameters
writer:XML | |
isRoot:Boolean (default = false )
|