Lines Matching refs:TOP

3293 		// RESET BLOCK BORDER TOP
6667 // TOP MARGIN
8477 // TOP MARGIN
8495 // TOP PADDING and BORDER spacing/fill
11302 // TOP or BOTTOM aligned images
12226 $this->setBorder($tab_bord, Border::TOP);
14078 $pb['MARGIN-TOP'] = (isset($p['MARGIN-TOP']) ? $p['MARGIN-TOP'] : '');
14082 $pb['PADDING-TOP'] = (isset($p['PADDING-TOP']) ? $p['PADDING-TOP'] : '');
14086 $pb['BORDER-TOP'] = (isset($p['BORDER-TOP']) ? $p['BORDER-TOP'] : '');
14090 if (isset($p['BORDER-TOP-LEFT-RADIUS-H'])) {
14091 $pb['BORDER-TOP-LEFT-RADIUS-H'] = $p['BORDER-TOP-LEFT-RADIUS-H'];
14093 if (isset($p['BORDER-TOP-LEFT-RADIUS-V'])) {
14094 $pb['BORDER-TOP-LEFT-RADIUS-V'] = $p['BORDER-TOP-LEFT-RADIUS-V'];
14096 if (isset($p['BORDER-TOP-RIGHT-RADIUS-H'])) {
14097 $pb['BORDER-TOP-RIGHT-RADIUS-H'] = $p['BORDER-TOP-RIGHT-RADIUS-H'];
14099 if (isset($p['BORDER-TOP-RIGHT-RADIUS-V'])) {
14100 $pb['BORDER-TOP-RIGHT-RADIUS-V'] = $p['BORDER-TOP-RIGHT-RADIUS-V'];
14171 if (isset($p['MARGIN-TOP']) && strtolower($p['MARGIN-TOP']) == 'auto') {
14183 if (isset($p['TOP']) && strtolower($p['TOP']) != 'auto') {
14184 $bbox_top = $this->sizeConverter->convert($p['TOP'], $cont_h, $this->FontSize, false);
14930 $p['MARGIN-TOP'] = strval($this->orig_tMargin) . 'mm';
15252 if (isset($p['MARGIN-TOP'])) {
15253 $mgt = $this->sizeConverter->convert($p['MARGIN-TOP'], $pgh) + $outer_width_TB;
16296 // DIV TOP MARGIN/BORDER/PADDING
17282 // TOP RIGHT corner
17472 // TOP LEFT corner
17507 // TOP - joins on the right (C3-C4 of previous): f = 2
18223 case 'BORDER-TOP':
18249 case 'PADDING-TOP':
18271 case 'MARGIN-TOP':
18293 case 'BORDER-TOP-LEFT-RADIUS-H':
18296 case 'BORDER-TOP-LEFT-RADIUS-V':
18299 case 'BORDER-TOP-RIGHT-RADIUS-H':
18302 case 'BORDER-TOP-RIGHT-RADIUS-V':
18450 case 'BORDER-TOP':
20800 if ($side == 'T' && $this->issetBorder($bord, Border::TOP)) {
20801 $cbord = Border::TOP;
20858 if ($Tw && $side == 'T' && $this->issetBorder($bord, Border::TOP)) { // TOP
21024 if ($this->issetBorder($bord, Border::TOP)) {
21044 if ($this->issetBorder($bord, Border::TOP)) {
21122 if ($this->issetBorder($bord, Border::TOP)) {
21178 if ($this->issetBorder($bord, Border::TOP)) {
21196 if ($this->issetBorder($bord, Border::TOP)) {
21373 $this->_table2cellBorder($table['border_details']['T'], $cbord['border_details']['T'], $cbord['border'], Border::TOP);
21391 $this->setBorder($cbord['border'], Border::TOP);
21400 $this->setBorder($cbord['border'], Border::TOP);
21411 $this->setBorder($cbord['border'], Border::TOP);
21416 $this->setBorder($cbord['border'], Border::TOP);
21434 $this->setBorder($cbord['border'], Border::TOP);
21437 $this->setBorder($cbord['border'], Border::TOP);
21445 // Needed for page break for TOP/BOTTOM both to be defined in Collapsed borders
21474 $this->setBorder($celladj['border'], Border::TOP, false);
21481 $this->setBorder($celladj['border'], Border::TOP, false);
21494 $this->setBorder($celladj['border'], Border::TOP);
21508 $this->setBorder($celladj['border'], Border::TOP);
21515 $this->setBorder($celladj['border'], Border::TOP);
21518 } else { // Style set on cell vs. table - OR - LEFT/TOP (cell) in preference to BOTTOM/RIGHT
21603 } // Style set on cell vs. table - OR - LEFT/TOP (cell) in preference to BOTTOM/RIGHT
21883 // TABLE TOP MARGIN
22749 $this->setBorder($bord, Border::TOP);
22754 $this->setBorder($bord, Border::TOP);
23089 $this->setBorder($tab_bord, Border::TOP);