Searched refs:infoTable (Results 1 – 1 of 1) sorted by relevance
41 private array $infoTable = []; variable in syntax_plugin_avmathtable89 $this->infoTable = $info;116 $this->infoTable = $info;161 …$infoTable = []; // Keep track of things like if it's a header cell or a regular cell, alignmen…196 $infoTable[] = $infoRow;203 return [$table, $infoTable];223 if ($this->infoTable[$i][$j]['type'] == 'header') {228 …if ($this->infoTable[$i][$j]['alignment'] == 'right' || $this->infoTable[$i][$j]['alignment'] == '…251 …if ($this->infoTable[$i][$j]['alignment'] == 'left' || $this->infoTable[$i][$j]['alignment'] == 'c…254 if ($this->infoTable[$i][$j]['type'] == 'header') {