Property | Defined By | ||
---|---|---|---|
endIndex : int = -1 | FormatItem | ||
startIndex : int = -1 | FormatItem | ||
textFormat : TextFormat | FormatItem |
Method | Defined By | ||
---|---|---|---|
FormatItem(textFormat:TextFormat, startIndex:int = -1, endIndex:int = -1) | FormatItem |
endIndex | property |
public var endIndex:int = -1
startIndex | property |
public var startIndex:int = -1
textFormat | property |
public var textFormat:TextFormat
FormatItem | () | Constructor |
public function FormatItem(textFormat:TextFormat, startIndex:int = -1, endIndex:int = -1)
textFormat:TextFormat | |
startIndex:int (default = -1 )
| |
endIndex:int (default = -1 )
|