Packagecom.degrafa.geometry.text
Classpublic class DegrafaTextFormat
InheritanceDegrafaTextFormat Inheritance DegrafaObject

DegrafaTextFormat is a convenience object for defining reusable textformat data for use with RasterText. It can be defined in mxml and bound to.



Public Properties
 PropertyDefined by
  align : String
DegrafaTextFormat
  blockIndent : Object
DegrafaTextFormat
  bold : Boolean
DegrafaTextFormat
  bullet : Object
DegrafaTextFormat
  color : uint
DegrafaTextFormat
 Inheriteddocument : Object
The MXML document that created this object.
DegrafaObject
 InheritedenableEvents : Boolean
Enable events for this object.
DegrafaObject
  font : String
DegrafaTextFormat
 InheritedhasEventManager : Boolean
Tests to see if a EventDispatcher instance has been created for this object.
DegrafaObject
 Inheritedid : String
The identifier used by document to refer to this object.
DegrafaObject
  indent : Object
DegrafaTextFormat
 InheritedisInitialized : Boolean
DegrafaObject
  italic : Boolean
DegrafaTextFormat
  kerning : Boolean
DegrafaTextFormat
  leading : Object
DegrafaTextFormat
  leftMargin : Object
DegrafaTextFormat
  letterSpacing : Object
DegrafaTextFormat
 Inheritedname : String
The name that refers to this object.
DegrafaObject
 InheritedobjectBindings : Array
DegrafaObject
 Inheritedparent : IDegrafaObject
The current degrafa object parent.
DegrafaObject
  rightMargin : Object
DegrafaTextFormat
  size : Object
DegrafaTextFormat
 InheritedsuppressEventProcessing : Boolean
Temporarily suppress event processing for this object.
DegrafaObject
  tabStops : Array
DegrafaTextFormat
  textFormat : TextFormat
DegrafaTextFormat
  underline : Boolean
DegrafaTextFormat
Protected Properties
 PropertyDefined by
 InheritedeventDispatcher : EventDispatcher
EventDispatcher instance for this object.
DegrafaObject
Public Methods
 MethodDefined by
  
DegrafaTextFormat
 Inherited
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
 Inherited
dispatchEvent(evt:Event):Boolean
Dispatches an event into the event flow.
DegrafaObject
 Inherited
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
 Inherited
hasEventListener(type:String):Boolean
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
DegrafaObject
 Inherited
initChange(property:String, oldValue:Object, newValue:Object, source:Object):void
Helper function for dispatching property changes
DegrafaObject
 Inherited
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
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
DegrafaObject
 Inherited
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
Events
 EventSummaryDefined by
 Inherited  DegrafaObject
 Inherited  DegrafaObject
Property detail
alignproperty
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
blockIndentproperty 
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
boldproperty 
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
bulletproperty 
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
colorproperty 
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
fontproperty 
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
indentproperty 
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
italicproperty 
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
kerningproperty 
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
leadingproperty 
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
leftMarginproperty 
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
letterSpacingproperty 
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
rightMarginproperty 
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
sizeproperty 
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
tabStopsproperty 
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
textFormatproperty 
public var textFormat:TextFormat
underlineproperty 
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
Constructor detail
DegrafaTextFormat()constructor
public function DegrafaTextFormat()