Row
CEA-608 row consisting of NR_COLS instances of StyledUnicodeChar.
Constructor Summary
| Public Constructor | ||
| public | 
      
       | 
    |
Member Summary
| Public Members | ||
| public | 
       chars: *[]  | 
    |
| public | 
       currPenState: *  | 
    |
| public | 
       logger: *  | 
    |
| public | 
      
       | 
    |
Method Summary
| Public Methods | ||
| public | 
      
       Backspace, move one step back and clear character.  | 
    |
| public | 
       clear()  | 
    |
| public | 
       clearFromPos(startPos: number)  | 
    |
| public | 
      
       | 
    |
| public | 
      
       | 
    |
| public | 
      
       | 
    |
| public | 
       getTextString(): *  | 
    |
| public | 
       insertChar(byte: number)  | 
    |
| public | 
      
       | 
    |
| public | 
       moveCursor(relPos: number) Move the cursor relative to current position.  | 
    |
| public | 
      
       Set the cursor to a valid column.  | 
    |
| public | 
       setPenStyles(styles: Partial)  | 
    |
Public Constructors
public constructor() source
Public Methods
public clear() source
public clearToEndOfRow() source
public moveCursor(relPos: number) source
Move the cursor relative to current position.
Params:
| Name | Type | Attribute | Description | 
| relPos | number | 
public setCursor(absPos: number) source
Set the cursor to a valid column.
Params:
| Name | Type | Attribute | Description | 
| absPos | number | 
public setPenStyles(styles: Partial) source
Params:
| Name | Type | Attribute | Description | 
| styles | Partial | 
    
  