TableCellStyle
    
            
            in package
            
        
    
    
    
Tags
Table of Contents
Constants
- DEFAULT_ALIGN = 'left'
 
Methods
- __construct() : mixed
 - getCellFormat() : string|null
 - getOptions() : array<string|int, mixed>
 - getPadByAlign() : int
 - getTagOptions() : array<string|int, string>
 - Gets options we need for tag for example fg, bg.
 
Constants
DEFAULT_ALIGN
    public
        mixed
    DEFAULT_ALIGN
    = 'left'
    
    
    
    
Methods
__construct()
    public
                    __construct([array<string|int, mixed> $options = [] ]) : mixed
    Parameters
- $options : array<string|int, mixed> = []
 
getCellFormat()
    public
                    getCellFormat() : string|null
    Return values
string|nullgetOptions()
    public
                    getOptions() : array<string|int, mixed>
    Return values
array<string|int, mixed>getPadByAlign()
    public
                    getPadByAlign() : int
    Return values
intgetTagOptions()
Gets options we need for tag for example fg, bg.
    public
                    getTagOptions() : array<string|int, string>