Class Bordered

Description

Class for representing bordered part of object.

Located in /Bordered.php (line 7)


	
			
Method Summary
void getContent (Rtf &$rtf, [string $type = '\\'])
void setBorders ( &$borderFormat, [boolean $left = true], [boolean $top = true], [boolean $right = true], [boolean $bottom = true], BorderFormat $borderFormat)
Methods
getContent (line 55)

Gets rtf code of object. Internal use.

  • access: public
void getContent (Rtf &$rtf, [string $type = '\\'])
  • Rtf &$rtf
  • string $type: Rtf code part
setBorders (line 31)

Sets borders of element. Internal use.

  • access: public
void setBorders ( &$borderFormat, [boolean $left = true], [boolean $top = true], [boolean $right = true], [boolean $bottom = true], BorderFormat $borderFormat)
  • BorderFormat $borderFormat
  • boolean $left: If false, left border is not set (default true)
  • boolean $top: If false, top border is not set (default true)
  • boolean $right: If false, right border is not set (default true)
  • boolean $bottom: If false, bottom border is not set (default true)
  • &$borderFormat

Documentation generated on Fri, 25 Jan 2008 23:10:48 +0200 by phpDocumentor 1.3.1