Lines Matching refs:bottom

2802 		$mgb = (isset($a['mgb']) ? $a['mgb'] : (isset($a['margin-bottom']) ? $a['margin-bottom'] : ''));
4748 $bottom = $this->blk[$this->blklvl]['padding_bottom'] + $this->blk[$this->blklvl]['margin_bottom'];
4750 $bottom = 0;
4758 $this->y + ($h * 2) + $bottom > $this->PageBreakTrigger
4798 // COLUMNS Update/overwrite the lowest bottom of printing y value for a column
6597 // Get PAGEBREAK TO TEST for height including the bottom border/padding
6696 // $state = 0 normal; 1 top; 2 bottom; 3 top and bottom
7053 // If CSS height set, extend bottom - if on same page as block started, and CSS HEIGHT > actual height,
7067 // $state = 0 normal; 1 top; 2 bottom; 3 top and bottom
7524 if (isset($objattr['bottom-text'])) {
7525 $this->directWrite->CircularText($objattr['INNER-X'] + $objattr['INNER-WIDTH'] / 2, $objattr['INNER-Y'] + $objattr['INNER-HEIGHT'] / 2, $objattr['r'] / $k, $objattr['bottom-text'], 'bottom', $objattr['fontfamily'], $objattr['fontsize'] / $k, $objattr['fontstyle'], $objattr['space-width'], $objattr['char-width'], (isset($objattr['divider']) ? $objattr['divider'] : ''));
8497 // $state = 0 normal; 1 top; 2 bottom; 3 top and bottom
9376 // $state = 0 normal; 1 top; 2 bottom; 3 top and bottom
9379 // and also used in writingFlowingBlock at top and bottom of blocks to move y (not to draw/paint anything)
9423 // $state = 0 normal; 1 top; 2 bottom; 3 top and bottom
9780 // if bottom-margin==0, corrects to avoid division by zero
11084 // and add half to the top and half to the bottom. BUT
11166 $mba = 0; // Maximum bottom-aligned
12049 // Only allow 45 - 90 degrees (when bottom-aligned) or -90
12536 $valign = 'bottom';
12727 $oddhtml = '<table width="100%" style="border-collapse: collapse; margin: 0; vertical-align: bottom; color: #000000; ';
12745 $oddhtml .= ' border-bottom: 0.1mm solid #000000;';
12755 $evenhtml = '<table width="100%" style="border-collapse: collapse; margin: 0; vertical-align: bottom; color: #000000; ';
12771 $evenhtml .= ' border-bottom: 0.1mm solid #000000;';
12801 $oddhtml .= ' border-bottom: 0.1mm solid #000000;';
12823 $evenhtml .= ' border-bottom: 0.1mm solid #000000;';
13959 // top/left/right/bottom/width/height/background*/border*/padding*/margin* are taken from bounding
14209 // If bottom or right pos are set and not left / top - save this to adjust rotated block later
14595 // WHEN HEIGHT // BOTTOM EDGE IS KNOWN and $this->y is set to the bottom
15886 // $blockstate = 3; // Top & bottom margins/padding
16647 } // bottom
16648 // Added mPDF 3.0 Float DIV - ensures backgrounds/borders are drawn to bottom of page
17824 // $state = 0 normal; 1 top; 2 bottom; 3 top and bottom
17832 $x1 = $this->x + $w; // bottom
17833 $y1 = $this->y + $h; // bottom
18379 case 'MARGIN-COLLAPSE': // Custom tag to collapse margins at top and bottom of page
20027 // If it is less than 1/20th of the remaining page height to finish the DIV (i.e. DIV padding + table bottom margin) then allow for this
20328 // If it is less than 1/20th of the remaining page height to finish the DIV (i.e. DIV padding + table bottom margin)
20417 // Added cellpadding top and bottom. (Lineheight already adjusted)
20564 $bottom = $i + $c['rowspan'] - 1;
20566 for ($k = $top; $k <= $bottom; $k++) {
20571 // check again that top and bottom are not crossed by rowspans - or abort (too complicated)
20579 } elseif ($k == $bottom) {
20595 for ($k = $top; $k <= $bottom; $k++) {
20617 for ($k = $top; $k <= $bottom; $k++) {
21443 // Hidden >> Width >> double>solid>dashed>dotted... >> style set on cell>table >> top/left>bottom/right
22537 $divh += $adv; // last row: fill bottom half of bottom border (y advanced at end)
22877 // Only allow 45 to 89 degrees (when bottom-aligned) or exactly 90 or -90
23149 // Advance down page by half width of bottom border
23403 $toc_mgb = (isset($a['toc_mgb']) ? $a['toc_mgb'] : (isset($a['toc-margin-bottom']) ? $a['toc-margin-bottom'] : ''));
23424 $mgb = (isset($a['mgb']) ? $a['mgb'] : (isset($a['margin-bottom']) ? $a['margin-bottom'] : ''));
24696 // calculate the lowest bottom margin
24818 // calculate the lowest bottom margin
27109 $html = preg_replace('/(<table[^>]*>)\s*(<caption)(.*?<\/caption>)(.*?<\/table>)/si', '\\2 position="top"\\3\\1\\4\\2 position="bottom"\\3', $html); // *TABLES*