Lines Matching refs:properties

126 			// Cannot set block properties inside table - use Bold to indicate h1-h6
132 $properties = $this->cssManager->MergeCSS('', $tag, $attr);
133 if (!empty($properties)) {
134 $this->mpdf->setCSS($properties, 'INLINE');
245 } // mPDF 6 (uses $p - preview of properties so blklvl can be incremented after page-break)
249 // mPDF 6 (uses $p - preview of properties so blklvl can be imcremented after page-break)
319 // Must Add new page if changed page properties
337 $properties = $this->cssManager->MergeCSS('BLOCK', $tag, $attr); // mPDF 6 - moved to after page-break-before
339 if (isset($properties['PAGE-BREAK-INSIDE']) && strtoupper($properties['PAGE-BREAK-INSIDE']) === 'AVOID'
348 if ($lastbottommargin && !empty($properties['MARGIN-TOP']) && empty($properties['FLOAT'])) {
352 if (isset($properties['Z-INDEX']) && $this->mpdf->current_layer == 0) {
353 $v = (int) $properties['Z-INDEX'];
387 $this->mpdf->setCSS($properties, 'BLOCK', $tag); //name(id/class/style) found in the CSS array!
390 if (isset($properties['VISIBILITY'])) {
391 $v = strtolower($properties['VISIBILITY']);
404 if (isset($properties['HEIGHT'])) {
406 $properties['HEIGHT'],
426 if (isset($properties['CLEAR'])) {
427 $this->mpdf->ClearFloats(strtoupper($properties['CLEAR']), $this->mpdf->blklvl - 1);
445 if (isset($properties['FLOAT']) && strtoupper($properties['FLOAT']) === 'RIGHT' && !$this->mpdf->ColActive) {
497 } elseif (isset($properties['FLOAT']) && strtoupper($properties['FLOAT']) === 'LEFT' && !$this->mpdf->ColActive) {
686 if (isset($properties['MARGIN-LEFT'], $properties['MARGIN-RIGHT'])
687 && strtolower($properties['MARGIN-LEFT']) === 'auto' && strtolower($properties['MARGIN-RIGHT']) === 'auto') {
696 } elseif (isset($properties['MARGIN-LEFT']) && strtolower($properties['MARGIN-LEFT']) === 'auto') {
704 } elseif (isset($properties['MARGIN-RIGHT']) && strtolower($properties['MARGIN-RIGHT']) === 'auto') {
768 if (!empty($properties['BACKGROUND-IMAGE']) && !$this->mpdf->kwt && !$this->mpdf->ColActive && !$this->mpdf->keep_block_together) {
769 $ret = $this->mpdf->SetBackground($properties, $currblk['inner_width']);
858 if (isset($properties['PADDING-RIGHT']) && $properties['PADDING-RIGHT'] === 'auto'
861 } elseif (isset($properties['PADDING-LEFT']) && $properties['PADDING-LEFT'] === 'auto') {
867 if (isset($properties['PADDING-RIGHT']) && $properties['PADDING-RIGHT'] === 'auto'
875 } elseif (isset($properties['PADDING-LEFT']) && $properties['PADDING-LEFT'] === 'auto') {
916 if (isset($properties['DIRECTION'])) {
917 $currdir = strtolower($properties['DIRECTION']);
922 if (isset($properties ['UNICODE-BIDI'])
923 && (strtolower($properties ['UNICODE-BIDI']) === 'bidi-override' || strtolower($properties ['UNICODE-BIDI']) === 'isolate-override')) {
932 } elseif (isset($properties ['UNICODE-BIDI']) && strtolower($properties ['UNICODE-BIDI']) === 'plaintext') {
1296 // Reset Inline-type properties