Home
last modified time | relevance | path

Searched refs:infoTable (Results 1 – 1 of 1) sorted by relevance

/plugin/avmathtable/
H A Dsyntax.php43 private array $infoTable = []; variable in syntax_plugin_avmathtable
91 $this->infoTable = $info;
118 $this->infoTable = $info;
163 …$infoTable = []; // Keep track of things like if it's a header cell or a regular cell, alignmen…
198 $infoTable[] = $infoRow;
205 return [$table, $infoTable];
247 if ($this->infoTable[$i][$j]['type'] == 'header') {
252 …if ($this->infoTable[$i][$j]['alignment'] == 'right' || $this->infoTable[$i][$j]['alignment'] == '…
281 …if ($this->infoTable[$i][$j]['alignment'] == 'left' || $this->infoTable[$i][$j]['alignment'] == 'c…
284 if ($this->infoTable[$i][$j]['type'] == 'header') {