Packagestimulsoft.base.drawing
Classpublic class LineInfo
InheritanceLineInfo Inheritance Object



Public Properties
 PropertyDefined By
  begin : int
LineInfo
  end : int
LineInfo
  indexOfMaxFont : int
LineInfo
  justifyOffset : Number
LineInfo
  length : int
LineInfo
  lineHeight : Number
LineInfo
  needWidthAlign : Boolean
LineInfo
  text : String
LineInfo
  textAlignment : int
LineInfo
  width : int
LineInfo
Property Detail
beginproperty
public var begin:int

endproperty 
end:int


Implementation
    public function get end():int
    public function set end(value:int):void
indexOfMaxFontproperty 
public var indexOfMaxFont:int

justifyOffsetproperty 
public var justifyOffset:Number

lengthproperty 
public var length:int

lineHeightproperty 
public var lineHeight:Number

needWidthAlignproperty 
public var needWidthAlign:Boolean

textproperty 
public var text:String

textAlignmentproperty 
public var textAlignment:int

widthproperty 
public var width:int