| Package | com.degrafa.geometry.text |
| Class | public class DegrafaTextFormat |
| Inheritance | DegrafaTextFormat DegrafaObject |
| Property | Defined by | ||
|---|---|---|---|
| align : String | DegrafaTextFormat | ||
| blockIndent : Object | DegrafaTextFormat | ||
| bold : Boolean | DegrafaTextFormat | ||
| bullet : Object | DegrafaTextFormat | ||
| color : uint | DegrafaTextFormat | ||
![]() | document : Object
The MXML document that created this object.
| DegrafaObject | |
![]() | enableEvents : Boolean
Enable events for this object.
| DegrafaObject | |
| font : String | DegrafaTextFormat | ||
![]() | hasEventManager : Boolean
Tests to see if a EventDispatcher instance has been created for this object.
| DegrafaObject | |
![]() | id : String
The identifier used by document to refer to this object.
| DegrafaObject | |
| indent : Object | DegrafaTextFormat | ||
![]() | isInitialized : Boolean | DegrafaObject | |
| italic : Boolean | DegrafaTextFormat | ||
| kerning : Boolean | DegrafaTextFormat | ||
| leading : Object | DegrafaTextFormat | ||
| leftMargin : Object | DegrafaTextFormat | ||
| letterSpacing : Object | DegrafaTextFormat | ||
![]() | name : String
The name that refers to this object.
| DegrafaObject | |
![]() | objectBindings : Array | DegrafaObject | |
![]() | parent : IDegrafaObject
The current degrafa object parent.
| DegrafaObject | |
| rightMargin : Object | DegrafaTextFormat | ||
| size : Object | DegrafaTextFormat | ||
![]() | suppressEventProcessing : Boolean
Temporarily suppress event processing for this object.
| DegrafaObject | |
| tabStops : Array | DegrafaTextFormat | ||
| textFormat : TextFormat | DegrafaTextFormat | ||
| underline : Boolean | DegrafaTextFormat | ||
| Method | Defined by | ||
|---|---|---|---|
| DegrafaTextFormat | |||
![]() |
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = true):void
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
| DegrafaObject | |
![]() |
dispatchEvent(evt:Event):Boolean
Dispatches an event into the event flow.
| DegrafaObject | |
![]() |
dispatchPropertyChange(bubbles:Boolean = false, property:Object = null, oldValue:Object = null, newValue:Object = null, source:Object = null):Boolean
Dispatches an property change event into the event flow.
| DegrafaObject | |
![]() |
hasEventListener(type:String):Boolean
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
| DegrafaObject | |
![]() |
initChange(property:String, oldValue:Object, newValue:Object, source:Object):void
Helper function for dispatching property changes
| DegrafaObject | |
![]() |
initialized(document:Object, id:String):void
Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized.
| DegrafaObject | |
![]() |
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
| DegrafaObject | |
![]() |
willTrigger(type:String):Boolean
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
| DegrafaObject | |
| align | property |
align:String [read-write]This property can be used as the source for data binding.
Implementation public function get align():String
public function set align(value:String):void
| blockIndent | property |
blockIndent:Object [read-write]This property can be used as the source for data binding.
Implementation public function get blockIndent():Object
public function set blockIndent(value:Object):void
| bold | property |
bold:Boolean [read-write]This property can be used as the source for data binding.
Implementation public function get bold():Boolean
public function set bold(value:Boolean):void
| bullet | property |
bullet:Object [read-write]This property can be used as the source for data binding.
Implementation public function get bullet():Object
public function set bullet(value:Object):void
| color | property |
color:uint [read-write]This property can be used as the source for data binding.
Implementation public function get color():uint
public function set color(value:uint):void
| font | property |
font:String [read-write]This property can be used as the source for data binding.
Implementation public function get font():String
public function set font(value:String):void
| indent | property |
indent:Object [read-write]This property can be used as the source for data binding.
Implementation public function get indent():Object
public function set indent(value:Object):void
| italic | property |
italic:Boolean [read-write]This property can be used as the source for data binding.
Implementation public function get italic():Boolean
public function set italic(value:Boolean):void
| kerning | property |
kerning:Boolean [read-write]This property can be used as the source for data binding.
Implementation public function get kerning():Boolean
public function set kerning(value:Boolean):void
| leading | property |
leading:Object [read-write]This property can be used as the source for data binding.
Implementation public function get leading():Object
public function set leading(value:Object):void
| leftMargin | property |
leftMargin:Object [read-write]This property can be used as the source for data binding.
Implementation public function get leftMargin():Object
public function set leftMargin(value:Object):void
| letterSpacing | property |
letterSpacing:Object [read-write]This property can be used as the source for data binding.
Implementation public function get letterSpacing():Object
public function set letterSpacing(value:Object):void
| rightMargin | property |
rightMargin:Object [read-write]This property can be used as the source for data binding.
Implementation public function get rightMargin():Object
public function set rightMargin(value:Object):void
| size | property |
size:Object [read-write]This property can be used as the source for data binding.
Implementation public function get size():Object
public function set size(value:Object):void
| tabStops | property |
tabStops:Array [read-write]This property can be used as the source for data binding.
Implementation public function get tabStops():Array
public function set tabStops(value:Array):void
| textFormat | property |
public var textFormat:TextFormat
| underline | property |
underline:Boolean [read-write]This property can be used as the source for data binding.
Implementation public function get underline():Boolean
public function set underline(value:Boolean):void
| DegrafaTextFormat | () | constructor |
public function DegrafaTextFormat()