Lines Matching refs:properties

311         $properties = array();
313 … $renderer->getODTPropertiesNew ($properties, NULL, 'id="'.$odt_css_id.'" style="'.$odt_css.'"');
315 if (empty($properties ['page'])) {
316 $properties ['anchor-type'] = 'page';
318 if (empty($properties ['wrap'])) {
319 $properties ['wrap'] = 'run-through';
321 if (empty($properties ['number-wrapped-paragraphs'])) {
322 $properties ['number-wrapped-paragraphs'] = 'no-limit';
324 if (empty($properties ['vertical-pos'])) {
325 $properties ['vertical-pos'] = 'from-top';
327 if (empty($properties ['vertical-rel'])) {
328 $properties ['vertical-rel'] = 'page';
330 if (empty($properties ['horizontal-pos'])) {
331 $properties ['horizontal-pos'] = 'from-left';
333 if (empty($properties ['horizontal-rel'])) {
334 $properties ['horizontal-rel'] = 'page';
336 if (empty($properties ['wrap-influence-on-position'])) {
337 $properties ['wrap-influence-on-position'] = 'once-concurrent';
339 if (empty($properties ['flow-with-text'])) {
340 $properties ['flow-with-text'] = 'false';
342 if (empty($properties ['margin-top'])) {
343 $properties ['margin-top'] = '0cm';
345 if (empty($properties ['margin-right'])) {
346 $properties ['margin-right'] = '0cm';
348 if (empty($properties ['margin-bottom'])) {
349 $properties ['margin-bottom'] = '0cm';
351 if (empty($properties ['margin-left'])) {
352 $properties ['margin-left'] = '0cm';
354 if (empty($properties ['padding-top'])) {
355 $properties ['padding-top'] = '0cm';
357 if (empty($properties ['padding-right'])) {
358 $properties ['padding-right'] = '0cm';
360 if (empty($properties ['padding-bottom'])) {
361 $properties ['padding-bottom'] = '0cm';
363 if (empty($properties ['padding-left'])) {
364 $properties ['padding-left'] = '0cm';
366 if (empty($properties ['border-top'])) {
367 $properties ['border-top'] = 'none';
369 if (empty($properties ['border-right'])) {
370 $properties ['border-right'] = 'none';
372 if (empty($properties ['border-bottom'])) {
373 $properties ['border-bottom'] = 'none';
375 if (empty($properties ['border-left'])) {
376 $properties ['border-left'] = 'none';
378 if (empty($properties ['horizontal-align'])) {
379 $properties ['horizontal-align'] = 'left';
382 $renderer->_odtOpenTextBoxUseProperties ($properties);