Packagecom.bmap.graphic.vo
Classpublic class FormatItem
InheritanceFormatItem Inheritance Object



Public Properties
 PropertyDefined By
  endIndex : int = -1
FormatItem
  startIndex : int = -1
FormatItem
  textFormat : TextFormat
FormatItem
Public Methods
 MethodDefined By
  
FormatItem(textFormat:TextFormat, startIndex:int = -1, endIndex:int = -1)
FormatItem
Property Detail
endIndexproperty
public var endIndex:int = -1

startIndexproperty 
public var startIndex:int = -1

textFormatproperty 
public var textFormat:TextFormat

Constructor Detail
FormatItem()Constructor
public function FormatItem(textFormat:TextFormat, startIndex:int = -1, endIndex:int = -1)



Parameters
textFormat:TextFormat
 
startIndex:int (default = -1)
 
endIndex:int (default = -1)